Age | Commit message (Expand) | Author | Files | Lines |
2016-05-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 35 | -247/+473 |
2016-05-24 | perf record: Read from backward ring buffer | Wang Nan | 3 | -0/+54 |
2016-05-24 | perf record: Rename variable to make code clear | Wang Nan | 1 | -10/+11 |
2016-05-24 | perf record: Prevent reading invalid data in record__mmap_read | Wang Nan | 1 | -0/+8 |
2016-05-24 | perf evlist: Add API to pause/resume | Wang Nan | 2 | -0/+29 |
2016-05-23 | perf trace: Use the ptr->name beautifier as default for "filename" args | Arnaldo Carvalho de Melo | 1 | -77/+43 |
2016-05-23 | perf trace: Use the fd->name beautifier as default for "fd" args | Arnaldo Carvalho de Melo | 1 | -78/+54 |
2016-05-23 | perf report: Add srcline_from/to branch sort keys | Andi Kleen | 6 | -1/+101 |
2016-05-20 | perf evsel: Record fd into perf_mmap | Wang Nan | 2 | -0/+7 |
2016-05-20 | perf evsel: Add overwrite attribute and check write_backward | Wang Nan | 2 | -0/+14 |
2016-05-20 | Merge tag 'perf-core-for-mingo-20160520' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 19 | -61/+109 |
2016-05-20 | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 6 | -4/+226 |
2016-05-20 | perf tools: Set buildid dir under symfs when --symfs is provided | He Kuang | 8 | -13/+41 |
2016-05-20 | perf trace: Only auto set call-graph to "dwarf" when syscalls are being traced | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-05-20 | perf annotate: Sort list of recognised instructions | Chris Ryder | 1 | -5/+23 |
2016-05-20 | perf annotate: Fix identification of ARM blt and bls instructions | Chris Ryder | 1 | -1/+1 |
2016-05-20 | perf tools: Fix usage of max_stack sysctl | Arnaldo Carvalho de Melo | 8 | -11/+8 |
2016-05-20 | perf callchain: Stop validating callchains by the max_stack sysctl | Arnaldo Carvalho de Melo | 1 | -20/+5 |
2016-05-20 | perf trace: Fix exit_group() formatting | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-05-20 | perf top: Use machine->kptr_restrict_warned | Arnaldo Carvalho de Melo | 2 | -4/+3 |
2016-05-20 | perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1 | Arnaldo Carvalho de Melo | 3 | -1/+21 |
2016-05-20 | perf machine: Do not bail out if not managing to read ref reloc symbol | Arnaldo Carvalho de Melo | 1 | -4/+5 |
2016-05-20 | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 12 | -36/+59 |
2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 5 | -5/+5 |
2016-05-17 | perf tools: Separate accounting of contexts and real addresses in a stack trace | Arnaldo Carvalho de Melo | 4 | -11/+24 |
2016-05-17 | perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE | Masami Hiramatsu | 5 | -11/+14 |
2016-05-17 | perf stat: Use cpu-clock event for cpu targets | Namhyung Kim | 1 | -0/+3 |
2016-05-17 | perf stat: Update runtime using cpu-clock event | Namhyung Kim | 1 | -2/+4 |
2016-05-17 | perf stat: Fix indentation of stalled backend cycle | Namhyung Kim | 1 | -1/+1 |
2016-05-17 | perf symbols: Store vdso buildid unconditionally | He Kuang | 2 | -2/+3 |
2016-05-17 | perf stat: Avoid fractional digits for integer scales | Andi Kleen | 1 | -9/+10 |
2016-05-17 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 164 | -2010/+5696 |
2016-05-12 | perf stat: Fallback to user only counters when perf_event_paranoid > 1 | Arnaldo Carvalho de Melo | 1 | -1/+6 |
2016-05-12 | perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback() | Arnaldo Carvalho de Melo | 1 | -0/+18 |
2016-05-12 | perf evsel: Improve EPERM error handling in open_strerror() | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2016-05-12 | perf probe: Check if dwarf_getlocations() is available | Arnaldo Carvalho de Melo | 2 | -0/+15 |
2016-05-12 | perf dwarf: Guard !x86_64 definitions under #ifdef else clause | Arnaldo Carvalho de Melo | 1 | -4/+4 |
2016-05-12 | perf tools: Use readdir() instead of deprecated readdir_r() | Arnaldo Carvalho de Melo | 1 | -30/+30 |
2016-05-12 | perf thread_map: Use readdir() instead of deprecated readdir_r() | Arnaldo Carvalho de Melo | 1 | -4/+4 |
2016-05-12 | perf script: Use readdir() instead of deprecated readdir_r() | Arnaldo Carvalho de Melo | 1 | -36/+34 |
2016-05-12 | perf tools: Use readdir() instead of deprecated readdir_r() | Arnaldo Carvalho de Melo | 1 | -6/+6 |
2016-05-11 | perf buildid-cache: Use lsdir() for looking up buildid caches | Masami Hiramatsu | 1 | -26/+4 |
2016-05-11 | perf symbols: Use lsdir() for the search in kcore cache directory | Masami Hiramatsu | 1 | -12/+14 |
2016-05-11 | perf tools: Use SBUILD_ID_SIZE where applicable | Masami Hiramatsu | 6 | -7/+7 |
2016-05-11 | perf tools: Fix lsdir to set errno correctly | Masami Hiramatsu | 1 | -1/+1 |
2016-05-11 | perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/ | Arnaldo Carvalho de Melo | 2 | -52/+53 |
2016-05-11 | perf trace: Move flock op beautifier to tools/perf/trace/beauty/ | Arnaldo Carvalho de Melo | 2 | -31/+32 |
2016-05-11 | perf script: Fix export of callchains with recursion in db-export | Chris Phlipot | 1 | -0/+4 |
2016-05-11 | perf script: Fix callchain addresses in db-export | Chris Phlipot | 1 | -4/+1 |
2016-05-11 | perf script: Fix symbol insertion behavior in db-export | Chris Phlipot | 1 | -2/+1 |