summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-03-30perf jit: genelf makes assumptions about endianAnton Blanchard
2016-03-30perf hists: Fix determination of a callchain node's childlessnessAndres Freund
2016-03-29perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo
2016-03-28perf tools: Fix build break on powerpcSukadev Bhattiprolu
2016-03-24perf bench: Fix detached tarball building due to missing 'perf bench memcpy' ...Arnaldo Carvalho de Melo
2016-03-24perf tests: Fix tarpkg build test error output redirectionArnaldo Carvalho de Melo
2016-03-24Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2016-03-23perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo
2016-03-23perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo
2016-03-23perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo
2016-03-23perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo
2016-03-23perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo
2016-03-23perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo
2016-03-23tools include: Copy linux/stringify.h from the kernelArnaldo Carvalho de Melo
2016-03-23tools lib traceevent: Remove redundant CPU outputSteven Rostedt
2016-03-23perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo
2016-03-23perf tools: Simplify die() mechanismArnaldo Carvalho de Melo
2016-03-23perf tools: Remove unused DIE_IF macroArnaldo Carvalho de Melo
2016-03-23perf script: Remove lots of unused argumentsArnaldo Carvalho de Melo
2016-03-23perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo
2016-03-23perf tests: Forward the perf_sample in the dwarf unwind testArnaldo Carvalho de Melo
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2016-03-22perf list: Fix documentation of :pppAndi Kleen
2016-03-21perf bench numa: Fix assertion for nodes bitfieldJakub Jelen
2016-03-18perf symbols: Record text offset in dso to calculate objdump addressWang Nan
2016-03-18tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo
2016-03-17selftests/x86: Add an iopl testAndy Lutomirski
2016-03-15Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-15Merge commit 'torture.2015.02.23a' into core/rcuIngo Molnar
2016-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-03-11perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu
2016-03-10perf stat: Add --metric-only support for -AAndi Kleen
2016-03-10perf stat: Implement --metric-only modeAndi Kleen
2016-03-10perf stat: Document CSV format in manpageAndi Kleen
2016-03-10perf hists browser: Check sort keys before hot key actionsNamhyung Kim
2016-03-10perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim
2016-03-10perf tools: Add sort__has_comm variableNamhyung Kim
2016-03-10perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim
2016-03-10perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim
2016-03-10perf tools: Remove hist_entry->fmt fieldNamhyung Kim
2016-03-10perf tools: Fix command line filters in hierarchy modeNamhyung Kim
2016-03-10perf tools: Add more sort entry check functionsNamhyung Kim
2016-03-10perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim
2016-03-10perf jitdump: Build only on supported archsJiri Olsa
2016-03-10tools lib traceevent: Add '~' operation within arg_num_eval()Steven Rostedt