summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+4
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2016-05-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds81-1073/+2679
2016-05-12perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback()Arnaldo Carvalho de Melo1-0/+18
2016-05-12perf evsel: Improve EPERM error handling in open_strerror()Arnaldo Carvalho de Melo1-2/+3
2016-05-12perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo1-0/+9
2016-05-12perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-30/+30
2016-05-12perf thread_map: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-4/+4
2016-05-12perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo1-6/+6
2016-05-11perf buildid-cache: Use lsdir() for looking up buildid cachesMasami Hiramatsu1-26/+4
2016-05-11perf symbols: Use lsdir() for the search in kcore cache directoryMasami Hiramatsu1-12/+14
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu6-7/+7
2016-05-11perf tools: Fix lsdir to set errno correctlyMasami Hiramatsu1-1/+1
2016-05-11perf script: Fix export of callchains with recursion in db-exportChris Phlipot1-0/+4
2016-05-11perf script: Fix callchain addresses in db-exportChris Phlipot1-4/+1
2016-05-11perf script: Fix symbol insertion behavior in db-exportChris Phlipot1-2/+1
2016-05-11perf symbols: Add dso__insert_symbol functionChris Phlipot2-0/+15
2016-05-11perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo1-2/+5
2016-05-11Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linu...Ingo Molnar21-234/+338
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+3
2016-05-11perf diff: Fix duplicated output columnNamhyung Kim1-0/+3
2016-05-11perf tools: Fix perf regs mask generationNaveen N. Rao1-4/+4
2016-05-10perf tools: Remove xrealloc and ALLOC_GROWMasami Hiramatsu4-55/+0
2016-05-10perf help: Do not use ALLOC_GROW in add_cmd_listMasami Hiramatsu1-8/+22
2016-05-10perf pmu: Make pmu_formats_string to check return value of strbufMasami Hiramatsu1-5/+5
2016-05-10perf header: Make topology checkers to check return value of strbufMasami Hiramatsu1-11/+20
2016-05-10perf tools: Make alias handler to check return value of strbufMasami Hiramatsu2-17/+21
2016-05-10perf probe: Check the return value of strbuf APIsMasami Hiramatsu3-97/+128
2016-05-10perf tools: Rewrite strbuf not to die()Masami Hiramatsu2-36/+82
2016-05-09perf symbols: Fix handling of zero-length symbols.Chris Phlipot1-1/+1
2016-05-09perf evsel: Print state of perf_event_attr.write_backwardArnaldo Carvalho de Melo1-0/+1
2016-05-09perf tools: Support reading from backward ring bufferWang Nan2-0/+54
2016-05-09perf script: Fix incorrect python db-export error messageChris Phlipot1-1/+1
2016-05-09perf stat: Scale values by unit before metricsAndi Kleen1-1/+3
2016-05-09perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding supportHe Kuang1-2/+0
2016-05-06perf script: Expose usage of the callchain db export via the python apiChris Phlipot3-16/+46
2016-05-06perf script: Add call path id to exported sample in db exportChris Phlipot2-1/+4
2016-05-06perf script: Enable db export to output sampled callchainsChris Phlipot2-0/+84
2016-05-06perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot7-149/+204
2016-05-06perf callchain: Fix incorrect ordering of entriesChris Phlipot1-15/+41
2016-05-05perf evlist: Rename variable in perf_mmap__read()Wang Nan1-14/+15
2016-05-05perf evlist: Extract perf_mmap__read()Wang Nan1-15/+24
2016-05-05perf symbols: Fix kallsyms perf test on ppc64leNaveen N. Rao4-7/+11
2016-05-05perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa3-3/+2
2016-05-05perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa3-3/+2
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa3-3/+2
2016-05-05perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa3-5/+4
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa4-7/+6
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa5-6/+5
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa4-11/+13