summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-039-23/+37
|\
| * perf jit: genelf makes assumptions about endianAnton Blanchard2016-03-301-14/+10Star
| * perf hists: Fix determination of a callchain node's childlessnessAndres Freund2016-03-301-1/+1
| * perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo2016-03-304-7/+22
| * perf tools: Fix build break on powerpcSukadev Bhattiprolu2016-03-281-0/+2
| * perf bench: Fix detached tarball building due to missing 'perf bench memcpy' ...Arnaldo Carvalho de Melo2016-03-241-0/+1
| * perf tests: Fix tarpkg build test error output redirectionArnaldo Carvalho de Melo2016-03-241-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-2475-731/+370Star
|\|
| * perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo2016-03-231-3/+4
| * perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo2016-03-234-44/+12Star
| * perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo2016-03-232-7/+9
| * perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo2016-03-233-10/+10
| * perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo2016-03-231-38/+31Star
| * perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo2016-03-234-46/+0Star
| * perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo2016-03-234-5/+3Star
| * perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-2320-217/+197Star
| * perf tools: Simplify die() mechanismArnaldo Carvalho de Melo2016-03-232-8/+1Star
| * perf tools: Remove unused DIE_IF macroArnaldo Carvalho de Melo2016-03-231-7/+0Star
| * perf script: Remove lots of unused argumentsArnaldo Carvalho de Melo2016-03-231-23/+14Star
| * perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo2016-03-234-11/+7Star
| * perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-2313-52/+17Star
| * perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-2316-45/+35Star
| * perf tests: Forward the perf_sample in the dwarf unwind testArnaldo Carvalho de Melo2016-03-231-2/+2
| * perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-2315-26/+22Star
| * perf list: Fix documentation of :pppAndi Kleen2016-03-221-2/+4
| * perf bench numa: Fix assertion for nodes bitfieldJakub Jelen2016-03-211-1/+1
| * perf symbols: Record text offset in dso to calculate objdump addressWang Nan2016-03-182-6/+7
| * tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo2016-03-184-182/+3Star
| * perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu2016-03-111-5/+0Star
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-211-3/+3
|\ \
| * | x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-031-3/+3
* | | mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka2016-03-161-1/+1
* | | tools, perf: make gfp_compact_table up to dateVlastimil Babka2016-03-161-19/+28
| |/ |/|
* | perf stat: Add --metric-only support for -AAndi Kleen2016-03-102-9/+38
* | perf stat: Implement --metric-only modeAndi Kleen2016-03-102-10/+205
* | perf stat: Document CSV format in manpageAndi Kleen2016-03-101-0/+23
* | perf hists browser: Check sort keys before hot key actionsNamhyung Kim2016-03-101-0/+9
* | perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim2016-03-101-10/+32
* | perf tools: Add sort__has_comm variableNamhyung Kim2016-03-102-0/+4
* | perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim2016-03-101-10/+34
* | perf tools: Remove nr_sort_keys fieldNamhyung Kim2016-03-103-31/+0Star
* | perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim2016-03-101-14/+8Star
* | perf tools: Remove hist_entry->fmt fieldNamhyung Kim2016-03-101-1/+0Star
* | perf tools: Fix command line filters in hierarchy modeNamhyung Kim2016-03-101-3/+97
* | perf tools: Add more sort entry check functionsNamhyung Kim2016-03-102-31/+23Star
* | perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim2016-03-101-7/+21
* | perf jitdump: Build only on supported archsJiri Olsa2016-03-107-6/+19
* | perf tools: Omit unnecessary cast in perf_pmu__parse_scaleJiri Olsa2016-03-091-2/+2
* | perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa2016-03-091-18/+26
* | perf tools: Fix perf script python database export crashChris Phlipot2016-03-091-4/+2Star