summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf report: Properly handle branch count in match_chain()Milian Wolff2017-10-251-62/+78
* perf report: Compare symbol name for inlined frames when sortingMilian Wolff2017-10-241-0/+3
* perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff2017-10-241-0/+8
* perf script: Mark inlined frames and do not print DSO for themMilian Wolff2017-10-241-1/+4
* perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff2017-10-242-3/+10
* perf report: Fall-back to function name comparison for -g srclineMilian Wolff2017-10-241-8/+12
* perf callchain: Create real callchain entries for inlined framesMilian Wolff2017-10-245-0/+103
* perf callchain: Refactor inline_list to store srcline string directlyMilian Wolff2017-10-242-16/+41
* perf callchain: Refactor inline_list to operate on symbolsMilian Wolff2017-10-243-32/+69
* perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff2017-10-243-26/+29
* perf report: Remove code to handle inline frames from browsersMilian Wolff2017-10-245-282/+13Star
* perf vendor events: Add Goldmont Plus V1 event fileKan Liang2017-10-237-0/+2414
* perf namespaces: Add more appropriate set of headersArnaldo Carvalho de Melo2017-10-231-2/+3
* perf kmem: Perform some cleanup if '--time' is given an invalid valueChristophe JAILLET2017-10-231-1/+2
* perf script: Fix error handling pathChristophe JAILLET2017-10-231-2/+4
* perf script: Use fprintf like printing uniformlyArnaldo Carvalho de Melo2017-10-231-232/+259
* perf tools: Introduce binary__fprintf()Arnaldo Carvalho de Melo2017-10-235-55/+70
* perf vendor events: Fix incorrect cmask syntax for some Intel metricsAndi Kleen2017-10-234-5/+5
* perf tools: Do not check ABI headers in a detached tarball buildArnaldo Carvalho de Melo2017-10-231-0/+5
* perf annotate: Remove arch::cpuid_parse callbackJiri Olsa2017-10-236-11/+27
* perf list: Fix group description in the man pageAndi Kleen2017-10-231-1/+1
* perf tests attr: Make hw events optionalJiri Olsa2017-10-237-0/+41
* perf mmap: Adopt push method from builtin-record.cArnaldo Carvalho de Melo2017-10-233-100/+103
* perf record: Make record__mmap_read genericArnaldo Carvalho de Melo2017-10-231-9/+13
* perf mmap: Move perf_mmap and methods to separate mmap.[ch] filesArnaldo Carvalho de Melo2017-10-236-323/+349
* perf vendor events: Update JSON metrics for Skylake ServerAndi Kleen2017-10-231-30/+12Star
* perf vendor events: Update JSON metrics for SkylakeAndi Kleen2017-10-231-10/+10
* perf vendor events: Update JSON metrics for Sandy BridgeAndi Kleen2017-10-231-6/+6
* perf vendor events: Update JSON metrics for JakeTownAndi Kleen2017-10-231-6/+6
* perf vendor events: Update JSON metrics for IvyTownAndi Kleen2017-10-231-9/+9
* perf vendor events: Update JSON metrics for IvyBridgeAndi Kleen2017-10-231-9/+9
* perf vendor events: Update JSON metrics for Haswell ServerAndi Kleen2017-10-231-8/+8
* perf vendor events: Update JSON metrics for HaswellAndi Kleen2017-10-231-8/+8
* perf vendor events: Update JSON metrics for Broadwell ServerAndi Kleen2017-10-231-9/+9
* perf vendor events: Update JSON metrics for BroadwellAndi Kleen2017-10-231-9/+9
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-2011-32/+89
|\
| * perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian2017-10-181-3/+6
| * perf xyarray: Fix wrong processing when closing evsel fdJin Yao2017-10-181-2/+2
| * perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim2017-10-171-0/+2
| * perf record: Fix documentation for a inexistent option '-l'Taeung Song2017-10-171-2/+2
| * perf tools: Check wether the eBPF file exists in event parsingJiri Olsa2017-10-131-2/+15
| * perf hists: Add extra integrity checks to fmt_free()Jiri Olsa2017-10-131-0/+7
| * perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa2017-10-131-1/+1
| * perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland2017-10-093-19/+47
| * perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello2017-10-061-2/+2
| * perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria2017-10-051-1/+5
* | perf tests attr: Fix group stat testsJiri Olsa2017-10-032-0/+4
* | perf top: Add option to set the number of thread for event synthesizeKan Liang2017-10-034-4/+16
* | perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang2017-10-039-42/+155
* | perf tools: Lock to protect comm_str rb treeKan Liang2017-10-031-1/+17