aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds68-917/+2240
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2017-11-09perf tools: Fix eBPF event specification parsingJiri Olsa1-2/+2
2017-11-09perf tools: Add "reject" option for parse-events.lJiri Olsa1-0/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar180-3/+195
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar180-3/+195
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar178-0/+178
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman178-0/+178
2017-11-01perf srcline: Show correct function name for srcline of callchainsNamhyung Kim1-40/+55
2017-11-01perf srcline: Fix memory leak in addr2inlines()Namhyung Kim1-5/+2
2017-10-31perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim1-4/+1
2017-10-30perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa1-0/+2
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_statsJiri Olsa3-28/+28
2017-10-30perf tools: Add perf_data_file__write functionJiri Olsa2-1/+9
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa4-32/+36
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa11-113/+113
2017-10-27perf tools: Unwind properly location after REJECTJiri Olsa1-2/+6
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo2-8/+11
2017-10-25perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria1-1/+11
2017-10-25perf util: Enable handling of inlined frames by defaultMilian Wolff1-0/+1
2017-10-25perf report: Use srcline from callchain for hist entriesMilian Wolff4-0/+5
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff5-3/+90
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-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-3/+3
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 Wolff3-38/+0
2017-10-23perf namespaces: Add more appropriate set of headersArnaldo Carvalho de Melo1-2/+3
2017-10-23perf tools: Introduce binary__fprintf()Arnaldo Carvalho de Melo3-33/+46
2017-10-23perf annotate: Remove arch::cpuid_parse callbackJiri Olsa1-7/+3
2017-10-23perf mmap: Adopt push method from builtin-record.cArnaldo Carvalho de Melo2-0/+103
2017-10-23perf mmap: Move perf_mmap and methods to separate mmap.[ch] filesArnaldo Carvalho de Melo6-323/+349
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar7-24/+71
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-13perf tools: Check wether the eBPF file exists in event parsingJiri Olsa1-2/+15
2017-10-09perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland3-19/+47
2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria1-1/+5
2017-10-03perf top: Add option to set the number of thread for event synthesizeKan Liang2-1/+5
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang4-37/+143
2017-10-03perf tools: Lock to protect comm_str rb treeKan Liang1-1/+17
2017-10-03perf tools: Lock to protect namespaces and comm listKan Liang2-5/+51