Age | Commit message (Expand) | Author |
2016-03-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-03-23 | perf llvm: Use strerror_r instead of the thread unsafe strerror one | Arnaldo Carvalho de Melo |
2016-03-23 | perf llvm: Use realpath to canonicalize paths | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Unexport some methods unused outside strbuf.c | Arnaldo Carvalho de Melo |
2016-03-23 | perf probe: No need to use formatting strbuf method | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Remove unused perf_pathdup, xstrdup functions | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Do not include stringify.h from the kernel sources | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Remove needless 'extern' from function prototypes | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Simplify die() mechanism | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Remove unused DIE_IF macro | Arnaldo Carvalho de Melo |
2016-03-23 | perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve | Arnaldo Carvalho de Melo |
2016-03-23 | perf machine: Rename perf_event__preprocess_sample to machine__resolve | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Add cpumode to struct perf_sample | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo |
2016-03-20 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-03-18 | perf symbols: Record text offset in dso to calculate objdump address | Wang Nan |
2016-03-11 | perf test: Remove 'core_id' check in topo test | Sukadev Bhattiprolu |
2016-03-10 | perf tools: Add sort__has_comm variable | Namhyung Kim |
2016-03-10 | perf tools: Recalc total periods using top-level entries in hierarchy | Namhyung Kim |
2016-03-10 | perf tools: Remove nr_sort_keys field | Namhyung Kim |
2016-03-10 | perf tools: Remove hist_entry->fmt field | Namhyung Kim |
2016-03-10 | perf tools: Fix command line filters in hierarchy mode | Namhyung Kim |
2016-03-10 | perf tools: Add more sort entry check functions | Namhyung Kim |
2016-03-10 | perf tools: Fix hist_entry__filter() for hierarchy | Namhyung Kim |
2016-03-10 | perf jitdump: Build only on supported archs | Jiri Olsa |
2016-03-09 | perf tools: Omit unnecessary cast in perf_pmu__parse_scale | Jiri Olsa |
2016-03-09 | perf tools: Pass perf_hpp_list all the way through setup_sort_list | Jiri Olsa |
2016-03-09 | perf tools: Fix perf script python database export crash | Chris Phlipot |
2016-03-09 | perf jitdump: DWARF is also needed | Arnaldo Carvalho de Melo |
2016-03-08 | perf hists: Fix indent for multiple hierarchy sort key | Namhyung Kim |
2016-03-08 | perf hists: Support multiple sort keys in a hierarchy level | Namhyung Kim |
2016-03-08 | perf hists: Use own hpp_list for hierarchy mode | Namhyung Kim |
2016-03-08 | perf hists: Introduce perf_hpp__setup_hists_formats() | Namhyung Kim |
2016-03-08 | perf hists: Add level field to struct perf_hpp_fmt | Namhyung Kim |
2016-03-08 | perf tools: Use 64-bit shifts with (TSC) time conversion | Adrian Hunter |
2016-03-08 | perf jit: Move clockid validation | Adrian Hunter |
2016-03-08 | perf jit: Let jit_process() return errors | Adrian Hunter |
2016-03-08 | perf session: Simplify tool stubs | Adrian Hunter |
2016-03-08 | perf tools: Explicitly declare inc_group_count as a void function | Colin Ian King |
2016-03-03 | x86/asm/decoder: Use explicitly signed chars | Josh Poimboeuf |
2016-03-03 | perf stat: Check for frontend stalled for metrics | Andi Kleen |
2016-03-03 | perf test: Fix hists related entries | Arnaldo Carvalho de Melo |
2016-03-03 | perf script: Fix double free on command_line | Colin Ian King |
2016-03-03 | perf stat: Support metrics in --per-core/socket mode | Andi Kleen |
2016-03-03 | perf stat: Implement CSV metrics output | Andi Kleen |
2016-03-03 | perf data: Explicitly set byte order for integer types | Wang Nan |
2016-03-03 | perf data: Support converting data from bpf_perf_event_output() | Wang Nan |
2016-03-03 | perf tools: Fix locale handling in pmu parsing | Jiri Olsa |
2016-02-29 | perf tools: Fix python extension build | Jiri Olsa |
2016-02-26 | perf tools: Only set filter for tracepoints events | Wang Nan |