aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-11perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips1-3/+3
2018-07-11perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline1-14/+15
2018-06-26Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar4-7/+117
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria1-1/+1
2018-06-25perf stat: Remove duplicate event countingThomas Richter1-1/+70
2018-06-25perf alias: Rebuild alias expression string to make it comparableThomas Richter1-1/+24
2018-06-25perf alias: Remove trailing newline when reading sysfs filesThomas Richter1-0/+3
2018-06-25perf tools: Fix a clang 7.0 compilation errorYonghong Song1-2/+9
2018-06-25perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter1-1/+1
2018-06-25perf record: Support s390 random socket_id assignmentThomas Richter1-1/+9
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-7/+18
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-07perf tools: Fix error index for pmu event parserJiri Olsa1-0/+5
2018-06-07perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo2-4/+6
2018-06-07perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo1-1/+1
2018-06-07perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo2-2/+6
2018-06-06perf script python: Add more PMU fields to event handler dictJin Yao1-1/+226
2018-06-06perf script python: Move dsoname code to a new functionJin Yao1-8/+15
2018-06-06perf symbols: Add BSS symbols when reading from /proc/kallsymsArnaldo Carvalho de Melo1-1/+1
2018-06-06perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULLArnaldo Carvalho de Melo1-0/+5
2018-06-06perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter3-2/+28
2018-06-06perf intel-pt: Fix MTC timing after overflowAdrian Hunter1-1/+0
2018-06-06perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter1-1/+4
2018-06-06perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter1-0/+1
2018-06-06perf map: Consider PTI entry trampolines in rip_2objdump()Adrian Hunter1-0/+14
2018-06-06perf tools: Fix pmu events parsing ruleJiri Olsa1-1/+13