| Commit message (Expand) | Author | Age | Files | Lines |
* | tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 2 | -2/+2 |
* | tools lib traceevent, perf tools: Rename traceevent_* APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -3/+3 |
* | tools lib traceevent, perf tools: Rename pevent_set_* APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 3 | -12/+12 |
* | 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 | 5 | -12/+12 |
* | tools lib traceevent, perf tools: Rename pevent print APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 2 | -5/+5 |
* | tools lib traceevent, perf tools: Rename pevent parse APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 3 | -5/+5 |
* | tools lib traceevent, perf tools: Rename pevent find APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 6 | -8/+8 |
* | tools lib traceevent, perf tools: Rename pevent alloc / free APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 4 | -6/+6 |
* | tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te... | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 2 | -2/+2 |
* | tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle | Tzvetomir Stoyanov (VMware) | 2018-08-10 | 10 | -38/+38 |
* | perf map: Optimize maps__fixup_overlappings() | Konstantin Khlebnikov | 2018-08-08 | 2 | -19/+26 |
* | perf map: Synthesize maps only for thread group leader | Konstantin Khlebnikov | 2018-08-08 | 1 | -3/+10 |
* | perf bpf: Make bpf__setup_output_event() return the bpf-output event | Arnaldo Carvalho de Melo | 2018-08-08 | 2 | -14/+16 |
* | perf bpf: Add bpf__setup_output_event() strerror() counterpart | Arnaldo Carvalho de Melo | 2018-08-08 | 2 | -8/+11 |
* | perf bpf: Generalize bpf__setup_stdout() | Arnaldo Carvalho de Melo | 2018-08-08 | 2 | -9/+24 |
* | perf bpf: Make bpf__for_each_stdout_map() generic | Arnaldo Carvalho de Melo | 2018-08-08 | 1 | -2/+5 |
* | perf annotate: Add --percent-type option | Jiri Olsa | 2018-08-08 | 2 | -0/+54 |
* | perf annotate: Display percent type in stdio output | Jiri Olsa | 2018-08-08 | 1 | -3/+6 |
* | perf annotate: Make local period the default percent type | Jiri Olsa | 2018-08-08 | 1 | -1/+1 |
* | perf annotate: Add support to toggle percent type | Jiri Olsa | 2018-08-08 | 1 | -0/+16 |
* | perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() | Jiri Olsa | 2018-08-08 | 2 | -21/+27 |
* | perf annotate: Pass struct annotation_options to symbol__calc_lines() | Jiri Olsa | 2018-08-08 | 1 | -10/+13 |
* | perf annotate: Add percent_type to struct annotation_options | Jiri Olsa | 2018-08-08 | 2 | -5/+9 |
* | perf annotate: Add PERCENT_PERIOD_GLOBAL percent value | Jiri Olsa | 2018-08-08 | 2 | -0/+4 |
* | perf annotate: Add PERCENT_PERIOD_LOCAL percent value | Jiri Olsa | 2018-08-08 | 2 | -0/+3 |
* | perf annotate: Add PERCENT_HITS_GLOBAL percent value | Jiri Olsa | 2018-08-08 | 2 | -1/+8 |
* | perf annotate: Switch struct annotation_data::percent to array | Jiri Olsa | 2018-08-08 | 2 | -20/+50 |
* | perf annotate: Loop group events directly in annotation__calc_percent() | Jiri Olsa | 2018-08-08 | 2 | -5/+15 |
* | perf annotate: Rename hist to sym_hist in annotation__calc_percent | Jiri Olsa | 2018-08-08 | 1 | -8/+8 |
* | perf annotate: Rename local sample variables to data | Jiri Olsa | 2018-08-08 | 1 | -20/+20 |
* | perf annotate: Rename struct annotation_line::samples* to data* | Jiri Olsa | 2018-08-08 | 2 | -28/+28 |
* | perf annotate: Get rid of annotation__scnprintf_samples_period() | Jiri Olsa | 2018-08-08 | 2 | -49/+2 |
* | perf annotate: Make annotation_line__max_percent static | Jiri Olsa | 2018-08-08 | 2 | -2/+2 |
* | perf annotate: Make symbol__annotate_fprintf2() local | Jiri Olsa | 2018-08-08 | 2 | -2/+1 |
* | perf tools: Drop unneeded bitmap_zero() calls | Yury Norov | 2018-08-08 | 1 | -3/+0 |
* | perf report: Add GUI report support for s390 auxiliary trace | Thomas Richter | 2018-08-08 | 1 | -8/+585 |
* | perf report: Add raw report support for s390 auxiliary trace | Thomas Richter | 2018-08-08 | 2 | -1/+317 |
* | perf auxtrace: Support for perf report -D for s390 | Thomas Richter | 2018-08-03 | 5 | -0/+149 |
* | perf bpf: Show better message when failing to load an object | Arnaldo Carvalho de Melo | 2018-07-31 | 1 | -1/+3 |
* | perf list: Unify metric group description format with PMU event description | Michael Petlan | 2018-07-31 | 1 | -2/+2 |
* | perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packet | Leo Yan | 2018-07-31 | 1 | -7/+17 |
* | perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packet | Leo Yan | 2018-07-31 | 1 | -0/+8 |
* | perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packet | Leo Yan | 2018-07-31 | 1 | -2/+15 |
* | perf cs-etm: Fix start tracing packet handling | Leo Yan | 2018-07-31 | 2 | -1/+19 |
* | perf evlist: Fix error out while applying initial delay and LBR | Kan Liang | 2018-07-31 | 1 | -0/+14 |
* | Merge remote-tracking branch 'tip/perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 2018-07-31 | 2 | -0/+2 |
|\ |
|
| * | perf tools: Fix the build on the alpine:edge distro | Arnaldo Carvalho de Melo | 2018-07-30 | 2 | -0/+2 |
* | | perf stat: Get rid of extra clock display function | Jiri Olsa | 2018-07-24 | 3 | -3/+19 |
* | | perf tools: Use perf_evsel__match instead of open coded equivalent | Jiri Olsa | 2018-07-24 | 1 | -4/+1 |