summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-parse.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon2020-08-111-0/+1
* tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)2019-10-111-2/+1
* tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-05-161-1/+1
* tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-04-051-1/+1
* tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)2019-01-091-0/+1
* tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)2018-08-201-15/+1
* tools lib traceevent: Rename static variables and functions in event-parse.cTzvetomir Stoyanov (VMware)2018-08-131-27/+27
* tools lib traceevent: Rename various pevent APIsTzvetomir Stoyanov (VMware)2018-08-131-11/+11
* tools lib traceevent: Rename internal parser related APIsTzvetomir Stoyanov (VMware)2018-08-131-12/+12
* tools lib traceevent: Rename various pevent get/set/is APIsTzvetomir Stoyanov (VMware)2018-08-131-2/+2
* tools lib traceevent: Rename pevent_find_* APIsTzvetomir Stoyanov (VMware)2018-08-131-12/+12
* tools lib traceevent: Rename pevent field APIsTzvetomir Stoyanov (VMware)2018-08-131-21/+21
* tools lib traceevent: Rename pevent_data_ APIsTzvetomir Stoyanov (VMware)2018-08-131-22/+22
* tools lib traceevent: Rename pevent_register / unregister APIsTzvetomir Stoyanov (VMware)2018-08-131-20/+20
* tools lib traceevent: Rename pevent_function* APIsTzvetomir Stoyanov (VMware)2018-08-131-31/+31
* tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ...Tzvetomir Stoyanov (VMware)2018-08-131-30/+30
* tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)2018-08-131-1/+1
* tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)2018-08-131-3/+3
* tools lib traceevent, perf tools: Rename pevent_register_* APIsTzvetomir Stoyanov (VMware)2018-08-131-5/+5
* tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)2018-08-131-34/+34
* tools lib traceevent, perf tools: Rename pevent print APIsTzvetomir Stoyanov (VMware)2018-08-131-37/+37
* tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)2018-08-131-11/+11
* tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)2018-08-131-38/+38
* tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)2018-08-131-12/+12
* tools lib traceevent, perf tools: Rename pevent plugin related APIsTzvetomir Stoyanov (VMware)2018-08-131-4/+4
* tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)2018-08-131-18/+18
* tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-101-74/+74
* tools lib traceevent: Show contents (in hex) of data of unrecognized type rec...Steven Rostedt (VMware)2018-01-171-2/+8
* tools lib traceevent: Handle new pointer processing of bprint stringsSteven Rostedt (VMware)2018-01-171-0/+26
* tools lib traceevent: Simplify pointer print logic and fix %pFSteven Rostedt (VMware)2018-01-171-8/+9
* tools lib traceevent: Print value of unknown symbolic fieldsJan Kiszka2018-01-171-0/+2
* tools lib traceevent: Show value of flags that have not been parsedSteven Rostedt (VMware)2018-01-171-0/+5
* tools lib traceevent: Fix bad force_token escape sequenceMichael Sartain2018-01-171-1/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-281-2/+2
|\
| * tools lib traceevent: It's preempt not premptSteven Rostedt (VMware)2017-02-171-2/+2
* | lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2017-01-251-3/+31
|/
* tools lib traceevent: Add retrieval of preempt count and latency flagsSteven Rostedt2016-11-231-2/+28
* tools lib traceevent: Use USECS_PER_SEC instead of hardcoded numberSteven Rostedt2016-11-231-5/+6
* tools lib traceevent: Add correct header for ipv6 definitionsArnaldo Carvalho de Melo2016-07-141-1/+2
* tools lib traceevent: Use str_error_r()Arnaldo Carvalho de Melo2016-07-121-6/+2
* tools lib traceevent: Remove redundant CPU outputSteven Rostedt2016-03-231-3/+1
* tools lib traceevent: Add '~' operation within arg_num_eval()Steven Rostedt2016-03-101-0/+6
* tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...Steven Rostedt (Red Hat)2016-03-031-1/+1
* tools lib traceevent: Set int_array fields to NULL if freeing from errorSteven Rostedt (Red Hat)2016-03-031-0/+3
* tools lib traceevent: Fix time stamp rounding issueChaos.Chen2016-03-031-0/+5
* tools lib traceevent: Split pevent_print_event() into specific functionality ...Steven Rostedt2016-02-291-32/+104
* tools lib traceevent: Implement '%' operationDaniel Bristot de Oliveira2016-02-231-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-231-1/+1
|\
| * irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig2015-12-111-1/+1
* | tools lib traceevent: Factor out and export print_event_field[s]()Namhyung Kim2016-01-061-61/+68