aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 7-13/+354
2017-11-16s390/perf: add perf register support for floating-point registersGravatar Hendrik Brueckner 2-1/+51
2017-11-16s390/perf: define common DWARF register string tableGravatar Hendrik Brueckner 3-21/+80
2017-11-16s390/perf: add support for perf_regs and libdwGravatar Heiko Carstens 5-1/+113
2017-11-16s390/perf: add callback to perf to enable using AUX bufferGravatar Pu Hou 2-0/+120
2017-11-15mm: remove __GFP_COLDGravatar Mel Gorman 1-1/+0
2017-11-15kmemcheck: remove whats left of NOTRACK flagsGravatar Levin, Alexander (Sasha Levin) 1-1/+0
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 159-1780/+7637
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-3/+3
2017-11-09perf trace: Call machine__exit() at exitGravatar Andrei Vagin 1-0/+10
2017-11-09perf tools: Fix eBPF event specification parsingGravatar Jiri Olsa 1-2/+2
2017-11-09perf tools: Add "reject" option for parse-events.lGravatar Jiri Olsa 1-0/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 404-3/+419
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsGravatar Ingo Molnar 404-3/+546
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsGravatar Ingo Molnar 402-0/+402
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 402-0/+402
2017-11-01perf srcline: Show correct function name for srcline of callchainsGravatar Namhyung Kim 1-40/+55
2017-11-01perf srcline: Fix memory leak in addr2inlines()Gravatar Namhyung Kim 1-5/+2
2017-10-31perf trace beauty kcmp: Beautify argumentsGravatar Arnaldo Carvalho de Melo 6-0/+76
2017-10-31perf trace beauty: Implement pid_fd beautifierGravatar Arnaldo Carvalho de Melo 2-0/+20
2017-10-31tools include uapi: Grab a copy of linux/kcmp.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-10-31perf callchain: Fix double mapping al->addr for children without self periodGravatar Namhyung Kim 1-4/+1
2017-10-30perf stat: Make --per-thread update shadow stats to show metricsGravatar Jiri Olsa 1-0/+2
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Gravatar Jiri Olsa 4-30/+29
2017-10-30perf tools: Add perf_data_file__write functionGravatar Jiri Olsa 2-1/+9
2017-10-30perf tools: Add struct perf_data_fileGravatar Jiri Olsa 23-97/+127
2017-10-30perf tools: Rename struct perf_data_file to perf_dataGravatar Jiri Olsa 30-238/+238
2017-10-30perf script: Print information about per-event-dump filesGravatar Arnaldo Carvalho de Melo 1-8/+69
2017-10-27perf tools: Unwind properly location after REJECTGravatar Jiri Olsa 1-2/+6
2017-10-27perf trace beauty prctl: Generate 'option' string table from kernel headersGravatar Arnaldo Carvalho de Melo 6-3/+124
2017-10-27tools include uapi: Grab a copy of linux/prctl.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-10-27perf script: Allow creating per-event dump filesGravatar Arnaldo Carvalho de Melo 2-1/+62
2017-10-27perf evsel: Restore evsel->priv as a tool private areaGravatar Arnaldo Carvalho de Melo 3-10/+13
2017-10-27perf script: Use event_format__fprintf()Gravatar Arnaldo Carvalho de Melo 1-3/+4
2017-10-27perf script: Use pr_debug where appropriateGravatar Arnaldo Carvalho de Melo 1-7/+6
2017-10-27perf script: Add a few missing conversions to fprintf styleGravatar Arnaldo Carvalho de Melo 1-5/+4
2017-10-25perf symbols: Fix memory corruption because of zero length symbolsGravatar Ravi Bangoria 1-1/+11
2017-10-25perf util: Enable handling of inlined frames by defaultGravatar Milian Wolff 3-2/+5
2017-10-25perf report: Use srcline from callchain for hist entriesGravatar Milian Wolff 4-0/+5
2017-10-25perf report: Cache srclines for callchain nodesGravatar Milian Wolff 5-3/+90
2017-10-25perf report: Cache failed lookups of inlined framesGravatar Milian Wolff 2-23/+8
2017-10-25perf report: Properly handle branch count in match_chain()Gravatar Milian Wolff 1-62/+78
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 2-3/+3
2017-10-24perf report: Compare symbol name for inlined frames when sortingGravatar Milian Wolff 1-0/+3
2017-10-24perf callchain: Compare symbol name for inlined frames when matchingGravatar Milian Wolff 1-0/+8
2017-10-24perf script: Mark inlined frames and do not print DSO for themGravatar Milian Wolff 1-1/+4
2017-10-24perf callchain: Mark inlined frames in output by " (inlined)" suffixGravatar Milian Wolff 2-3/+10
2017-10-24perf report: Fall-back to function name comparison for -g srclineGravatar Milian Wolff 1-8/+12
2017-10-24perf callchain: Create real callchain entries for inlined framesGravatar Milian Wolff 5-0/+103
2017-10-24perf callchain: Refactor inline_list to store srcline string directlyGravatar Milian Wolff 2-16/+41