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