Age | Commit message (Expand) | Author | Files | Lines |
2016-04-19 | Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/li... | Ingo Molnar | 1 | -1/+1 |
2016-04-18 | perf intel-pt: Fix segfault tracing transactions | Adrian Hunter | 1 | -1/+1 |
2016-04-03 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -23/+37 |
2016-03-31 | perf jit: genelf makes assumptions about endian | Anton Blanchard | 1 | -14/+10 |
2016-03-31 | perf hists: Fix determination of a callchain node's childlessness | Andres Freund | 1 | -1/+1 |
2016-03-30 | perf tools: Add missing initialization of perf_sample.cpumode in synthesized ... | Arnaldo Carvalho de Melo | 4 | -7/+22 |
2016-03-28 | perf tools: Fix build break on powerpc | Sukadev Bhattiprolu | 1 | -0/+2 |
2016-03-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 75 | -731/+370 |
2016-03-24 | perf bench: Fix detached tarball building due to missing 'perf bench memcpy' ... | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2016-03-24 | perf tests: Fix tarpkg build test error output redirection | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-03-23 | perf llvm: Use strerror_r instead of the thread unsafe strerror one | Arnaldo Carvalho de Melo | 1 | -3/+4 |
2016-03-23 | perf llvm: Use realpath to canonicalize paths | Arnaldo Carvalho de Melo | 4 | -44/+12 |
2016-03-23 | perf tools: Unexport some methods unused outside strbuf.c | Arnaldo Carvalho de Melo | 2 | -7/+9 |
2016-03-23 | perf probe: No need to use formatting strbuf method | Arnaldo Carvalho de Melo | 3 | -10/+10 |
2016-03-23 | perf help: Use asprintf instead of adhoc equivalents | Arnaldo Carvalho de Melo | 1 | -38/+31 |
2016-03-23 | perf tools: Remove unused perf_pathdup, xstrdup functions | Arnaldo Carvalho de Melo | 4 | -46/+0 |
2016-03-23 | perf tools: Do not include stringify.h from the kernel sources | Arnaldo Carvalho de Melo | 4 | -5/+3 |
2016-03-23 | perf tools: Remove needless 'extern' from function prototypes | Arnaldo Carvalho de Melo | 20 | -217/+197 |
2016-03-23 | perf tools: Simplify die() mechanism | Arnaldo Carvalho de Melo | 2 | -8/+1 |
2016-03-23 | perf tools: Remove unused DIE_IF macro | Arnaldo Carvalho de Melo | 1 | -7/+0 |
2016-03-23 | perf script: Remove lots of unused arguments | Arnaldo Carvalho de Melo | 1 | -23/+14 |
2016-03-23 | perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve | Arnaldo Carvalho de Melo | 4 | -11/+7 |
2016-03-23 | perf machine: Rename perf_event__preprocess_sample to machine__resolve | Arnaldo Carvalho de Melo | 13 | -52/+17 |
2016-03-23 | perf tools: Add cpumode to struct perf_sample | Arnaldo Carvalho de Melo | 16 | -45/+35 |
2016-03-23 | perf tests: Forward the perf_sample in the dwarf unwind test | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2016-03-23 | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo | 15 | -26/+22 |
2016-03-22 | perf list: Fix documentation of :ppp | Andi Kleen | 1 | -2/+4 |
2016-03-21 | perf bench numa: Fix assertion for nodes bitfield | Jakub Jelen | 1 | -1/+1 |
2016-03-21 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+3 |
2016-03-18 | perf symbols: Record text offset in dso to calculate objdump address | Wang Nan | 2 | -6/+7 |
2016-03-18 | tools: Move utilities.mak from perf to tools/scripts/ | Arnaldo Carvalho de Melo | 4 | -182/+3 |
2016-03-16 | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka | 1 | -1/+1 |
2016-03-16 | tools, perf: make gfp_compact_table up to date | Vlastimil Babka | 1 | -19/+28 |
2016-03-11 | perf test: Remove 'core_id' check in topo test | Sukadev Bhattiprolu | 1 | -5/+0 |
2016-03-10 | perf stat: Add --metric-only support for -A | Andi Kleen | 2 | -9/+38 |
2016-03-10 | perf stat: Implement --metric-only mode | Andi Kleen | 2 | -10/+205 |
2016-03-10 | perf stat: Document CSV format in manpage | Andi Kleen | 1 | -0/+23 |
2016-03-10 | perf hists browser: Check sort keys before hot key actions | Namhyung Kim | 1 | -0/+9 |
2016-03-10 | perf hists browser: Allow thread filtering for comm sort key | Namhyung Kim | 1 | -10/+32 |
2016-03-10 | perf tools: Add sort__has_comm variable | Namhyung Kim | 2 | -0/+4 |
2016-03-10 | perf tools: Recalc total periods using top-level entries in hierarchy | Namhyung Kim | 1 | -10/+34 |
2016-03-10 | perf tools: Remove nr_sort_keys field | Namhyung Kim | 3 | -31/+0 |
2016-03-10 | perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry() | Namhyung Kim | 1 | -14/+8 |
2016-03-10 | perf tools: Remove hist_entry->fmt field | Namhyung Kim | 1 | -1/+0 |
2016-03-10 | perf tools: Fix command line filters in hierarchy mode | Namhyung Kim | 1 | -3/+97 |
2016-03-10 | perf tools: Add more sort entry check functions | Namhyung Kim | 2 | -31/+23 |
2016-03-10 | perf tools: Fix hist_entry__filter() for hierarchy | Namhyung Kim | 1 | -7/+21 |
2016-03-10 | perf jitdump: Build only on supported archs | Jiri Olsa | 7 | -6/+19 |
2016-03-09 | perf tools: Omit unnecessary cast in perf_pmu__parse_scale | Jiri Olsa | 1 | -2/+2 |
2016-03-09 | perf tools: Pass perf_hpp_list all the way through setup_sort_list | Jiri Olsa | 1 | -18/+26 |