summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2017-10-25perf report: Cache failed lookups of inlined framesMilian Wolff2-23/+8
2017-10-25perf report: Properly handle branch count in match_chain()Milian Wolff1-62/+78
2017-10-24perf report: Compare symbol name for inlined frames when sortingMilian Wolff1-0/+3
2017-10-24perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff1-0/+8
2017-10-24perf script: Mark inlined frames and do not print DSO for themMilian Wolff1-1/+4
2017-10-24perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff2-3/+10
2017-10-24perf report: Fall-back to function name comparison for -g srclineMilian Wolff1-8/+12
2017-10-24perf callchain: Create real callchain entries for inlined framesMilian Wolff5-0/+103
2017-10-24perf callchain: Refactor inline_list to store srcline string directlyMilian Wolff2-16/+41
2017-10-24perf callchain: Refactor inline_list to operate on symbolsMilian Wolff3-32/+69
2017-10-24perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff3-26/+29
2017-10-24perf report: Remove code to handle inline frames from browsersMilian Wolff5-282/+13
2017-10-23perf vendor events: Add Goldmont Plus V1 event fileKan Liang7-0/+2414
2017-10-23perf namespaces: Add more appropriate set of headersArnaldo Carvalho de Melo1-2/+3
2017-10-23perf kmem: Perform some cleanup if '--time' is given an invalid valueChristophe JAILLET1-1/+2
2017-10-23perf script: Fix error handling pathChristophe JAILLET1-2/+4
2017-10-23perf script: Use fprintf like printing uniformlyArnaldo Carvalho de Melo1-232/+259
2017-10-23perf tools: Introduce binary__fprintf()Arnaldo Carvalho de Melo5-55/+70
2017-10-23perf vendor events: Fix incorrect cmask syntax for some Intel metricsAndi Kleen4-5/+5
2017-10-23perf tools: Do not check ABI headers in a detached tarball buildArnaldo Carvalho de Melo1-0/+5
2017-10-23perf annotate: Remove arch::cpuid_parse callbackJiri Olsa6-11/+27
2017-10-23perf list: Fix group description in the man pageAndi Kleen1-1/+1
2017-10-23perf tests attr: Make hw events optionalJiri Olsa7-0/+41
2017-10-23perf mmap: Adopt push method from builtin-record.cArnaldo Carvalho de Melo3-100/+103
2017-10-23perf record: Make record__mmap_read genericArnaldo Carvalho de Melo1-9/+13
2017-10-23perf mmap: Move perf_mmap and methods to separate mmap.[ch] filesArnaldo Carvalho de Melo6-323/+349
2017-10-23perf vendor events: Update JSON metrics for Skylake ServerAndi Kleen1-30/+12
2017-10-23perf vendor events: Update JSON metrics for SkylakeAndi Kleen1-10/+10
2017-10-23perf vendor events: Update JSON metrics for Sandy BridgeAndi Kleen1-6/+6
2017-10-23perf vendor events: Update JSON metrics for JakeTownAndi Kleen1-6/+6
2017-10-23perf vendor events: Update JSON metrics for IvyTownAndi Kleen1-9/+9
2017-10-23perf vendor events: Update JSON metrics for IvyBridgeAndi Kleen1-9/+9
2017-10-23perf vendor events: Update JSON metrics for Haswell ServerAndi Kleen1-8/+8
2017-10-23perf vendor events: Update JSON metrics for HaswellAndi Kleen1-8/+8
2017-10-23perf vendor events: Update JSON metrics for Broadwell ServerAndi Kleen1-9/+9
2017-10-23perf vendor events: Update JSON metrics for BroadwellAndi Kleen1-9/+9
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar11-32/+89
2017-10-18perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian1-3/+6
2017-10-18perf xyarray: Fix wrong processing when closing evsel fdJin Yao1-2/+2
2017-10-17perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim1-0/+2
2017-10-17perf record: Fix documentation for a inexistent option '-l'Taeung Song1-2/+2
2017-10-13perf tools: Check wether the eBPF file exists in event parsingJiri Olsa1-2/+15
2017-10-13perf hists: Add extra integrity checks to fmt_free()Jiri Olsa1-0/+7
2017-10-13perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa1-1/+1
2017-10-09perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland3-19/+47
2017-10-06perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello1-2/+2
2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria1-1/+5
2017-10-03perf tests attr: Fix group stat testsJiri Olsa2-0/+4
2017-10-03perf top: Add option to set the number of thread for event synthesizeKan Liang4-4/+16
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang9-42/+155