summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2018-08-08perf bpf: Make bpf__setup_output_event() return the bpf-output eventArnaldo Carvalho de Melo2-14/+16
2018-08-08perf bpf: Add bpf__setup_output_event() strerror() counterpartArnaldo Carvalho de Melo2-8/+11
2018-08-08perf bpf: Generalize bpf__setup_stdout()Arnaldo Carvalho de Melo2-9/+24
2018-08-08perf bpf: Make bpf__for_each_stdout_map() genericArnaldo Carvalho de Melo1-2/+5
2018-08-08perf annotate: Add --percent-type optionJiri Olsa2-0/+54
2018-08-08perf annotate: Display percent type in stdio outputJiri Olsa1-3/+6
2018-08-08perf annotate: Make local period the default percent typeJiri Olsa1-1/+1
2018-08-08perf annotate: Add support to toggle percent typeJiri Olsa1-0/+16
2018-08-08perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa2-21/+27
2018-08-08perf annotate: Pass struct annotation_options to symbol__calc_lines()Jiri Olsa1-10/+13
2018-08-08perf annotate: Add percent_type to struct annotation_optionsJiri Olsa2-5/+9
2018-08-08perf annotate: Add PERCENT_PERIOD_GLOBAL percent valueJiri Olsa2-0/+4
2018-08-08perf annotate: Add PERCENT_PERIOD_LOCAL percent valueJiri Olsa2-0/+3
2018-08-08perf annotate: Add PERCENT_HITS_GLOBAL percent valueJiri Olsa2-1/+8
2018-08-08perf annotate: Switch struct annotation_data::percent to arrayJiri Olsa2-20/+50
2018-08-08perf annotate: Loop group events directly in annotation__calc_percent()Jiri Olsa2-5/+15
2018-08-08perf annotate: Rename hist to sym_hist in annotation__calc_percentJiri Olsa1-8/+8
2018-08-08perf annotate: Rename local sample variables to dataJiri Olsa1-20/+20
2018-08-08perf annotate: Rename struct annotation_line::samples* to data*Jiri Olsa2-28/+28
2018-08-08perf annotate: Get rid of annotation__scnprintf_samples_period()Jiri Olsa2-49/+2
2018-08-08perf annotate: Make annotation_line__max_percent staticJiri Olsa2-2/+2
2018-08-08perf annotate: Make symbol__annotate_fprintf2() localJiri Olsa2-2/+1
2018-08-08perf tools: Drop unneeded bitmap_zero() callsYury Norov1-3/+0
2018-08-08perf report: Add GUI report support for s390 auxiliary traceThomas Richter1-8/+585
2018-08-08perf report: Add raw report support for s390 auxiliary traceThomas Richter2-1/+317
2018-08-03perf auxtrace: Support for perf report -D for s390Thomas Richter5-0/+149
2018-07-31perf bpf: Show better message when failing to load an objectArnaldo Carvalho de Melo1-1/+3
2018-07-31perf list: Unify metric group description format with PMU event descriptionMichael Petlan1-2/+2
2018-07-31perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packetLeo Yan1-7/+17
2018-07-31perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packetLeo Yan1-0/+8
2018-07-31perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packetLeo Yan1-2/+15
2018-07-31perf cs-etm: Fix start tracing packet handlingLeo Yan2-1/+19
2018-07-31perf evlist: Fix error out while applying initial delay and LBRKan Liang1-0/+14
2018-07-31Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2-0/+2
2018-07-30perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo2-0/+2
2018-07-24perf stat: Get rid of extra clock display functionJiri Olsa3-3/+19
2018-07-24perf tools: Use perf_evsel__match instead of open coded equivalentJiri Olsa1-4/+1
2018-07-24perf tools: Fix struct comm_str removal crashJiri Olsa1-5/+11
2018-07-24perf machine: Use last_match threads cache only in single thread modeJiri Olsa1-3/+22
2018-07-24perf machine: Add threads__set_last_match functionJiri Olsa1-3/+9
2018-07-24perf machine: Add threads__get_last_match functionJiri Olsa1-13/+26
2018-07-24perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa1-1/+1
2018-07-24perf script: Show correct offsets for DWARF-based unwindingSandipan Das3-3/+10
2018-07-24perf trace arm64: Use generated syscall tableKim Phillips1-0/+4
2018-07-24perf stat: Add transaction flag (-T) support for s390Thomas Richter2-0/+23
2018-07-24Revert "perf list: Add s390 support for detailed/verbose PMU event description"Thomas Richter1-6/+0
2018-07-24perf cs-etm: Bail out immediately for instruction sample failureLeo Yan1-0/+3
2018-07-24perf cs-etm: Introduce invalid address macroLeo Yan1-4/+6
2018-07-24perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo1-1/+1
2018-07-11perf script python: Fix dict reference countingJanne Huttunen1-6/+2