summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-parse.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib traceevent: Hide non API functionsTzvetomir Stoyanov (VMware)2020-10-131-73/+52
* libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)2020-09-031-1/+1
* libtraceevent: Fixed type in PRINT_FMT_STINGTzvetomir Stoyanov (VMware)2020-08-061-3/+3
* libtraceevent: Fixed broken indentation in parse_ip4_print_args()Tzvetomir Stoyanov (VMware)2020-08-061-2/+2
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-08-031-0/+1
|\
| * tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon2020-07-311-0/+1
* | tools lib traceevent: Optimize pretty_print() functionTzvetomir Stoyanov (VMware)2020-07-061-197/+475
* | tools lib traceevent: Add support for more printk format specifiersTzvetomir Stoyanov (VMware)2020-07-061-74/+289
* | tools lib traceevent: Introduced new traceevent API, for adding new plugins d...Tzvetomir Stoyanov (VMware)2020-07-061-0/+1
|/
* tools lib traceevent: Add handler for __builtin_expect()Steven Rostedt (VMware)2020-06-181-0/+35
* tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)2020-06-181-1/+38
* tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)2020-06-181-58/+40
* tools lib traceevent: Remove extra '\n' in print_event_time()Steven Rostedt (VMware)2020-03-041-1/+1
* libtraceevent: Fix parsing of event %o and %X argument typesKonstantin Khlebnikov2019-11-181-2/+5
* libtraceevent: Round up in tep_print_event() time precisionSteven Rostedt (VMware)2019-09-251-1/+3
* tools lib traceevent: Convert remaining %p[fF] users to %p[sS]Sakari Ailus2019-09-201-4/+14
* libtraceevent: Remove tep_register_trace_clock()Tzvetomir Stoyanov2019-08-311-11/+0
* libtraceevent, perf tools: Changes in tep_print_event_* APIsTzvetomir Stoyanov2019-08-311-135/+187
* tools lib traceevent: Remove unneeded qsort and uses memmove insteadSteven Rostedt (VMware)2019-08-291-6/+49
* tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)2019-08-291-2/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-061-421/+488
|\
| * tools lib traceevent: Rename input arguments and local variables of libtracee...Tzvetomir Stoyanov2019-04-011-153/+153
| * perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov2019-04-011-16/+16
| * tools lib traceevent: Rename input arguments of libtraceevent APIs from peven...Tzvetomir Stoyanov2019-04-011-227/+225
| * tools tools, tools lib traceevent: Make traceevent APIs more consistentTzvetomir Stoyanov2019-04-011-13/+13
| * tools lib traceevent: Change description of few APIsTzvetomir Stoyanov2019-04-011-2/+4
| * tools lib traceevent: Implement a new API, tep_list_events_copy()Tzvetomir Stoyanov2019-04-011-22/+87
| * tools lib traceevent: Add mono clocks to be parsed in secondsSteven Rostedt (VMware)2019-04-011-1/+2
| * tools lib traceevent: Handle trace_printk() "%px"Steven Rostedt (VMware)2019-04-011-0/+1
* | tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-04-161-1/+1
|/
* tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-02-281-1/+1
* tools lib traceevent: Remove tep_data_event_from_type() APITzvetomir Stoyanov2019-01-081-12/+0
* tools lib traceevent: Changed return logic of tep_register_event_handler() APITzvetomir Stoyanov2019-01-081-2/+8
* tools lib traceevent: Rename struct cmdline to struct tep_cmdlineTzvetomir Stoyanov2019-01-081-18/+18
* tools lib traceevent: Initialize host_bigendian at tep_handle allocationTzvetomir Stoyanov2019-01-081-1/+3
* tools lib traceevent: Introduce new libtracevent API: tep_override_comm()Tzvetomir Stoyanov2019-01-081-15/+54
* tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)2018-12-181-0/+1
* tools lib traceevent: Fix diverse typos in commentsIngo Molnar2018-12-171-6/+6
* tools lib traceevent: traceevent API cleanupTzvetomir Stoyanov2018-12-171-5/+8
* tools lib traceevent: Rename tep_free_format() to tep_free_event()Tzvetomir Stoyanov2018-12-171-3/+3
* tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov2018-12-171-94/+94
* tools lib traceevent: Implement new API tep_get_ref()Tzvetomir Stoyanov2018-12-171-0/+7
* tools lib traceevent: Add sanity check to is_timestamp_in_us()Tzvetomir Stoyanov2018-12-171-1/+1
* tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.cAdrian Hunter2018-12-171-5/+5
* tools lib traceevent, perf tools: Move struct tep_handler definition in a loc...Tzvetomir Stoyanov2018-10-081-0/+2
* tools lib traceevent: Separate out tep_strerror() for strerror_r() issuesSteven Rostedt (VMware)2018-10-081-30/+0
* tools lib traceevent: Rename data2host*() APIsTzvetomir Stoyanov (VMware)2018-09-191-5/+5
* tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin...Tzvetomir Stoyanov (VMware)2018-09-191-124/+124
* tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)2018-09-191-72/+72
* tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flagsTzvetomir Stoyanov (VMware)2018-09-191-21/+21