summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent
Commit message (Expand)AuthorAgeFilesLines
* tools lib traceevent: Fix get_field_str() for dynamic stringsSteven Rostedt (VMware)2018-01-171-1/+9
* tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_...Taeung Song2018-01-171-0/+1
* tools lib traceevent: Add UL suffix to MISSING_EVENTSMichael Sartain2018-01-171-2/+2
* tools lib traceevent: Use asprintf when possibleFederico Vaga2018-01-172-22/+13
* 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
* tools/lib/traceevent/parse-filter.c: clean up clang build warningCheng Jian2017-11-171-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-092-2/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-282-3/+3
|\
| * tools lib traceevent: It's preempt not premptSteven Rostedt (VMware)2017-02-172-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-3/+32
|\ \ | |/ |/|
| * lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2017-01-252-3/+32
* | tools lib traceevent plugin function: Initialize 'index' variableArnaldo Carvalho de Melo2017-02-131-1/+1
* | tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMPSteven Rostedt (VMware)2017-02-131-0/+1
* | tools lib traceevent: Robustify do_generate_dynamic_list_fileDavid Carrillo-Cisneros2017-02-081-4/+10
|/
* Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-051-2/+2
|\
| * tools lib traceevent: Fix prev/next_prio for deadline tasksDaniel Bristot de Oliveira2017-01-031-2/+2
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-171-1/+1
|\ \ | |/ |/|
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-111-1/+1
* | tools lib traceevent: Add retrieval of preempt count and latency flagsSteven Rostedt2016-11-232-2/+30
* | tools lib traceevent: Use USECS_PER_SEC instead of hardcoded numberSteven Rostedt2016-11-232-8/+6
* | tools lib traceevent: Add version for traceevent shared objectJiri Olsa2016-10-241-5/+9
* | tools lib traceevent: Rename LIB_FILE to LIB_TARGETJiri Olsa2016-10-241-6/+6
* | tools lib traceevent: Add do_install_mkdir Makefile functionJiri Olsa2016-10-241-3/+7
* | tools lib traceevent: Add install_headers targetJiri Olsa2016-10-241-1/+7
|/
* tools lib traceevent: Fix kbuffer_read_at_offset()Namhyung Kim2016-10-051-0/+1
* tools lib traceevent: Ignore generated library filesNamhyung Kim2016-08-021-0/+1
* tools lib traceevent: Add correct header for ipv6 definitionsArnaldo Carvalho de Melo2016-07-141-1/+2
* tools lib traceevent: Add filter on task CPU idSteven Rostedt2016-07-121-3/+15
* tools lib traceevent: Use str_error_r()Arnaldo Carvalho de Melo2016-07-121-6/+2
* tools lib traceevent: Do not reassign parg after collapse_tree()Steven Rostedt2016-05-121-2/+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-292-32/+117
* 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-062-61/+72
* | tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...Steven Rostedt2015-11-231-3/+2
|/
* tools lib traceevent: Support %ps/%pSScott Wood2015-10-221-2/+2
* tools lib traceevent: update KVM pluginPaolo Bonzini2015-10-201-8/+17
* Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new...Ingo Molnar2015-09-231-3/+20
|\
OpenPOWER on IntegriCloud