aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-16perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCOREMasami Hiramatsu5-11/+14
2016-05-16perf stat: Use cpu-clock event for cpu targetsNamhyung Kim1-0/+3
2016-05-16perf stat: Update runtime using cpu-clock eventNamhyung Kim1-2/+4
2016-05-16perf stat: Fix indentation of stalled backend cycleNamhyung Kim1-1/+1
2016-05-16perf symbols: Store vdso buildid unconditionallyHe Kuang2-2/+3
2016-05-16perf stat: Avoid fractional digits for integer scalesAndi Kleen1-9/+10
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 trace: Move seccomp args beautifiers to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-52/+53
2016-05-11perf trace: Move flock op beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-31/+32
2016-05-11perf build: Add build-test for debug-frame on arm/arm64He Kuang4-1/+42
2016-05-11perf build: Add build-test for libunwind cross-platforms supportHe Kuang6-0/+127
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/linux/kernel/git/acme/linux into perf/coreIngo Molnar27-245/+510
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-0/+6
2016-05-11perf diff: Fix duplicated output columnNamhyung Kim1-0/+3
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 Hiramatsu3-20/+26
2016-05-10perf help: Make check_emacsclient_version to check strbuf APIsMasami Hiramatsu1-8/+10
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 tests: Add test to check backward ring bufferWang Nan4-0/+157
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-08tools: bpf_jit_disasm: check for klogctl failureColin Ian King1-0/+3
2016-05-06perf trace: Move futex_op beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-45/+46
2016-05-06perf trace: Move open_flags beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-56/+57
2016-05-06perf trace: Move signum beautifier to tools/perf/trace/beauty/Arnaldo Carvalho de Melo2-53/+54
2016-05-06perf stat: Add extra output of counter values with -vvAndi Kleen1-0/+8
2016-05-06perf script: Update export-to-postgresql to support callchain exportChris Phlipot1-17/+30
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-06perf trace: Do not print raw args list for syscalls with no argsArnaldo Carvalho de Melo1-1/+6
2016-05-05perf evlist: Rename variable in perf_mmap__read()Wang Nan1-14/+15