summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-1681-1073/+2679
|\
| * perf buildid-cache: Use lsdir() for looking up buildid cachesMasami Hiramatsu2016-05-111-26/+4
| * perf symbols: Use lsdir() for the search in kcore cache directoryMasami Hiramatsu2016-05-111-12/+14
| * perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu2016-05-116-7/+7
| * perf tools: Fix lsdir to set errno correctlyMasami Hiramatsu2016-05-111-1/+1
| * perf script: Fix export of callchains with recursion in db-exportChris Phlipot2016-05-111-0/+4
| * perf script: Fix callchain addresses in db-exportChris Phlipot2016-05-111-4/+1
| * perf script: Fix symbol insertion behavior in db-exportChris Phlipot2016-05-111-2/+1
| * perf symbols: Add dso__insert_symbol functionChris Phlipot2016-05-112-0/+15
| * perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo2016-05-111-2/+5
| * Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-1121-234/+338
| |\
| | * perf tools: Remove xrealloc and ALLOC_GROWMasami Hiramatsu2016-05-104-55/+0
| | * perf help: Do not use ALLOC_GROW in add_cmd_listMasami Hiramatsu2016-05-101-8/+22
| | * perf pmu: Make pmu_formats_string to check return value of strbufMasami Hiramatsu2016-05-101-5/+5
| | * perf header: Make topology checkers to check return value of strbufMasami Hiramatsu2016-05-101-11/+20
| | * perf tools: Make alias handler to check return value of strbufMasami Hiramatsu2016-05-102-17/+21
| | * perf probe: Check the return value of strbuf APIsMasami Hiramatsu2016-05-103-97/+128
| | * perf tools: Rewrite strbuf not to die()Masami Hiramatsu2016-05-102-36/+82
| | * perf symbols: Fix handling of zero-length symbols.Chris Phlipot2016-05-091-1/+1
| | * perf evsel: Print state of perf_event_attr.write_backwardArnaldo Carvalho de Melo2016-05-091-0/+1
| | * perf tools: Support reading from backward ring bufferWang Nan2016-05-092-0/+54
| | * perf script: Fix incorrect python db-export error messageChris Phlipot2016-05-091-1/+1
| | * perf stat: Scale values by unit before metricsAndi Kleen2016-05-091-1/+3
| | * perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding supportHe Kuang2016-05-091-2/+0
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-111-0/+3
| |\ \ | | |/ | |/|
| * | perf script: Expose usage of the callchain db export via the python apiChris Phlipot2016-05-063-16/+46
| * | perf script: Add call path id to exported sample in db exportChris Phlipot2016-05-062-1/+4
| * | perf script: Enable db export to output sampled callchainsChris Phlipot2016-05-062-0/+84
| * | perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot2016-05-067-149/+204
| * | perf callchain: Fix incorrect ordering of entriesChris Phlipot2016-05-061-15/+41
| * | perf evlist: Rename variable in perf_mmap__read()Wang Nan2016-05-061-14/+15
| * | perf evlist: Extract perf_mmap__read()Wang Nan2016-05-061-15/+24
| * | perf symbols: Fix kallsyms perf test on ppc64leNaveen N. Rao2016-05-064-7/+11
| * | perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa2016-05-063-3/+2
| * | perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa2016-05-063-3/+2
| * | perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa2016-05-063-3/+2
| * | perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa2016-05-063-5/+4
| * | perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa2016-05-064-7/+6
| * | perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa2016-05-065-6/+5
| * | perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-064-11/+13
| * | perf tools: Add template for generating rbtree resort classArnaldo Carvalho de Melo2016-05-061-0/+149
| * | perf machine: Introduce number of threads memberArnaldo Carvalho de Melo2016-05-062-1/+7
| * | perf tools: Introduce trigger classWang Nan2016-04-281-0/+94
| * | perf probe: Use strbuf for making stringsMasami Hiramatsu2016-04-283-169/+93
| * | perf evsel: Remove two extraneous ending newlines in open_strerror()Arnaldo Carvalho de Melo2016-04-281-2/+2
| * | perf evsel: Handle ENOMEM for perf_event_max_stack + PERF_SAMPLE_CALLCHAINArnaldo Carvalho de Melo2016-04-281-0/+8
| * | perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo2016-04-274-4/+7
| * | perf probe: Fix module probe issue if no dwarf supportRavi Bangoria2016-04-261-3/+73
| * | perf probe: Fix offline module name missmatch issueRavi Bangoria2016-04-261-14/+5
| * | perf thread: Introduce method to set comm from /proc/pid/selfArnaldo Carvalho de Melo2016-04-262-0/+21