summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-731/+370
2016-03-23perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo-3/+4
2016-03-23perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo-44/+12
2016-03-23perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo-7/+9
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo-10/+10
2016-03-23perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo-38/+31
2016-03-23perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo-46/+0
2016-03-23perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo-5/+3
2016-03-23perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo-217/+197
2016-03-23perf tools: Simplify die() mechanismArnaldo Carvalho de Melo-8/+1
2016-03-23perf tools: Remove unused DIE_IF macroArnaldo Carvalho de Melo-7/+0
2016-03-23perf script: Remove lots of unused argumentsArnaldo Carvalho de Melo-23/+14
2016-03-23perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo-11/+7
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo-52/+17
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo-45/+35
2016-03-23perf tests: Forward the perf_sample in the dwarf unwind testArnaldo Carvalho de Melo-2/+2
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo-26/+22
2016-03-22perf list: Fix documentation of :pppAndi Kleen-2/+4
2016-03-21perf bench numa: Fix assertion for nodes bitfieldJakub Jelen-1/+1
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+3
2016-03-18perf symbols: Record text offset in dso to calculate objdump addressWang Nan-6/+7
2016-03-18tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo-182/+3
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka-1/+1
2016-03-15tools, perf: make gfp_compact_table up to dateVlastimil Babka-19/+28
2016-03-11perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu-5/+0
2016-03-10perf stat: Add --metric-only support for -AAndi Kleen-9/+38
2016-03-10perf stat: Implement --metric-only modeAndi Kleen-10/+205
2016-03-10perf stat: Document CSV format in manpageAndi Kleen-0/+23
2016-03-10perf hists browser: Check sort keys before hot key actionsNamhyung Kim-0/+9
2016-03-10perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim-10/+32
2016-03-10perf tools: Add sort__has_comm variableNamhyung Kim-0/+4
2016-03-10perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim-10/+34
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim-31/+0
2016-03-10perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim-14/+8
2016-03-10perf tools: Remove hist_entry->fmt fieldNamhyung Kim-1/+0
2016-03-10perf tools: Fix command line filters in hierarchy modeNamhyung Kim-3/+97
2016-03-10perf tools: Add more sort entry check functionsNamhyung Kim-31/+23
2016-03-10perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim-7/+21
2016-03-10perf jitdump: Build only on supported archsJiri Olsa-6/+19
2016-03-09perf tools: Omit unnecessary cast in perf_pmu__parse_scaleJiri Olsa-2/+2
2016-03-09perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa-18/+26
2016-03-09perf tools: Fix perf script python database export crashChris Phlipot-4/+2
2016-03-09perf jitdump: DWARF is also neededArnaldo Carvalho de Melo-5/+8
2016-03-09perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changesIngo Molnar-0/+5
2016-03-08perf report: Use hierarchy hpp list on gtkNamhyung Kim-22/+33
2016-03-08perf hists browser: Use hierarchy hpp listNamhyung Kim-36/+45
2016-03-08perf report: Use hierarchy hpp list on stdioNamhyung Kim-46/+57
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim-28/+23
2016-03-08perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim-10/+32
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim-73/+103