| Commit message (Expand) | Author | Age | Files | Lines |
* | perf build: Use libtraceevent from the system | Ian Rogers | 2022-12-14 | 1 | -0/+2 |
* | perf tools: Use ARRAY_SIZE() instead of ad hoc equivalent, spotted by array_s... | Guo Zhengkui | 2022-03-07 | 1 | -1/+1 |
* | perf tools: Remove unused trace_find_next_event() | Steven Rostedt (VMware) | 2019-11-05 | 1 | -31/+0 |
* | libtraceevent, perf tools: Changes in tep_print_event_* APIs | Tzvetomir Stoyanov | 2019-08-31 | 1 | -1/+1 |
* | perf tools: Remove perf.h from source files not needing it | Arnaldo Carvalho de Melo | 2019-08-29 | 1 | -1/+0 |
* | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 2019-06-25 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393 | Thomas Gleixner | 2019-06-05 | 1 | -17/+1 |
* | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ... | Tzvetomir Stoyanov | 2019-04-01 | 1 | -1/+1 |
* | tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct... | Tzvetomir Stoyanov | 2018-12-17 | 1 | -8/+8 |
* | tools lib traceevent, perf tools: Move struct tep_handler definition in a loc... | Tzvetomir Stoyanov | 2018-10-08 | 1 | -10/+15 |
* | perf tools: Free 'printk' string in parse_ftrace_printk() | Sanskriti Sharma | 2018-10-08 | 1 | -0/+1 |
* | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_... | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 1 | -2/+2 |
* | tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev... | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 1 | -7/+7 |
* | perf event-parse: Use fixed size string for comms | Chris Phlipot | 2018-08-30 | 1 | -4/+3 |
* | tools lib traceevent, perf tools: Rename pevent_register_* APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -2/+2 |
* | tools lib traceevent, perf tools: Rename pevent_read_number_* APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -3/+3 |
* | tools lib traceevent, perf tools: Rename pevent parse APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -2/+2 |
* | tools lib traceevent, perf tools: Rename pevent find APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -2/+2 |
* | tools lib traceevent, perf tools: Rename pevent alloc / free APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -1/+1 |
* | tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te... | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -1/+1 |
* | tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle | Tzvetomir Stoyanov (VMware) | 2018-08-10 | 1 | -6/+6 |
* | perf event-parse: Use pr_warning() | Arnaldo Carvalho de Melo | 2017-06-27 | 1 | -2/+2 |
* | perf tools: Move sane ctype stuff from util.h to sane_ctype.h | Arnaldo Carvalho de Melo | 2017-04-19 | 1 | -1/+2 |
* | perf util: Save pid-cmdline mapping into tracing header | Namhyung Kim | 2017-01-26 | 1 | -0/+17 |
* | irq_poll: make blk-iopoll available outside the block layer | Christoph Hellwig | 2015-12-11 | 1 | -1/+1 |
* | perf tools: Stop reading the kallsyms data from perf.data | Arnaldo Carvalho de Melo | 2015-07-23 | 1 | -30/+0 |
* | perf tools: Assign default value for some pointers | Martin Liška | 2015-05-27 | 1 | -1/+1 |
* | perf tools: Introduce event_format__fprintf method | Arnaldo Carvalho de Melo | 2015-02-06 | 1 | -3/+9 |
* | perf tools: Fix memory leak in event_format__print function | Jiri Olsa | 2014-02-18 | 1 | -0/+1 |
* | perf tools: Add trace-event object | Jiri Olsa | 2013-12-04 | 1 | -13/+0 |
* | perf tools: Remove unused trace-event-* code | Jiri Olsa | 2013-10-09 | 1 | -36/+0 |
* | perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms() | Ingo Molnar | 2013-09-19 | 1 | -1/+1 |
* | perf script: Adopt latency_format variable | Namhyung Kim | 2013-07-12 | 1 | -2/+0 |
* | perf util: Get rid of unused header_page_* variables | Namhyung Kim | 2013-07-12 | 1 | -4/+0 |
* | perf tools: Remove unused tracing functions | David Ahern | 2013-03-15 | 1 | -37/+0 |
* | perf tools: remove sscanf extension %as | Irina Tirdea | 2012-09-24 | 1 | -10/+8 |
* | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 2012-09-11 | 1 | -2/+2 |
* | perf script: Fix a NULL pointer dereference | Namhyung Kim | 2012-08-14 | 1 | -1/+1 |
* | perf script: Stop using pevent directly | Arnaldo Carvalho de Melo | 2012-08-07 | 1 | -2/+2 |
* | perf evsel: Cache associated event_format | Arnaldo Carvalho de Melo | 2012-08-07 | 1 | -11/+15 |
* | Merge branch 'linus' into perf/core | Ingo Molnar | 2012-07-18 | 1 | -2/+1 |
|\ |
|
| * | perf script: Fix format regression due to libtraceevent merge | David Ahern | 2012-07-02 | 1 | -2/+1 |
* | | perf tools: Stop using a global trace events description list | Arnaldo Carvalho de Melo | 2012-06-27 | 1 | -32/+26 |
|/ |
|
* | parse-events: Rename struct record to struct pevent_record | Steven Rostedt | 2012-04-25 | 1 | -4/+4 |
* | perf/events: Add flag to produce nsec output | Steven Rostedt | 2012-04-25 | 1 | -0/+1 |
* | perf: Have perf use the new libtraceevent.a library | Steven Rostedt | 2012-04-25 | 1 | -5/+345 |
* | perf: Separate out trace-cmd parse-events from perf files | Steven Rostedt | 2012-04-25 | 1 | -3135/+0 |
* | perf tools: Simplify event_read_id exit path | Borislav Petkov | 2012-03-22 | 1 | -6/+4 |
* | perf tools: Allow expressions in __print_symbolic() fields | Stefan Hajnoczi | 2012-02-17 | 1 | -0/+12 |
* | perf tools: Remove unnecessary ctype.h inclusion | Namhyung Kim | 2012-01-30 | 1 | -1/+0 |