summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* perf script python: Fix dict reference countingJanne Huttunen2018-07-111-6/+2
* perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips2018-07-111-3/+3
* perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline2018-07-111-14/+15
* Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/s...Ingo Molnar2018-06-264-7/+117
|\
| * perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria2018-06-251-1/+1
| * perf stat: Remove duplicate event countingThomas Richter2018-06-251-1/+70
| * perf alias: Rebuild alias expression string to make it comparableThomas Richter2018-06-251-1/+24
| * perf alias: Remove trailing newline when reading sysfs filesThomas Richter2018-06-251-0/+3
| * perf tools: Fix a clang 7.0 compilation errorYonghong Song2018-06-251-2/+9
| * perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter2018-06-251-1/+1
| * perf record: Support s390 random socket_id assignmentThomas Richter2018-06-251-1/+9