Age | Commit message (Expand) | Author | Files | Lines |
2015-06-19 | perf annotate: Rename source_line_percent to source_line_samples | Arnaldo Carvalho de Melo | 2 | -16/+16 |
2015-06-19 | perf annotate: Display total number of samples with --show-total-period | Martin Liška | 2 | -6/+25 |
2015-06-19 | perf tools: Ensure thread-stack is flushed | Adrian Hunter | 5 | -5/+58 |
2015-06-17 | perf evlist: Add toggle_enable() method | Arnaldo Carvalho de Melo | 2 | -0/+11 |
2015-06-17 | perf trace: Fix race condition at the end of started workloads | Sukadev Bhattiprolu | 1 | -1/+8 |
2015-06-17 | perf probe: Speed up perf probe --list by caching debuginfo | Masami Hiramatsu | 1 | -4/+44 |
2015-06-17 | perf probe: Show usage even if the last event is skipped | Masami Hiramatsu | 1 | -18/+17 |
2015-06-17 | perf tools: Fix a problem when opening old perf.data with different byte order | Wang Nan | 1 | -14/+36 |
2015-06-16 | perf probe: Fix to return error if no probe is added | Masami Hiramatsu | 1 | -42/+71 |
2015-06-16 | perf unwind: Fix a compile error | Hou Pengyang | 1 | -1/+1 |
2015-06-16 | perf stat: Introduce perf_counts__(new|delete|reset) functions | Jiri Olsa | 2 | -5/+26 |
2015-06-16 | perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat object | Jiri Olsa | 5 | -21/+23 |
2015-06-16 | perf tools: Add thread_map__(alloc|realloc) helpers | Jiri Olsa | 1 | -8/+16 |
2015-06-16 | perf tools: Introduce xyarray__reset function | Jiri Olsa | 2 | -0/+10 |
2015-06-16 | perf probe: List probes in stdout | Masami Hiramatsu | 1 | -14/+35 |
2015-06-16 | perf tools: Replace map->referenced & maps->removed_maps with map->refcnt | Arnaldo Carvalho de Melo | 3 | -73/+32 |
2015-06-12 | perf probe: Cut off the gcc optimization postfixes from function name | Masami Hiramatsu | 1 | -0/+5 |
2015-06-11 | perf tools: Fix build failure on 32-bit arch | He Kuang | 1 | -1/+1 |
2015-06-11 | perf evsel: Display 0x for hex values when printing the attribute | Adrian Hunter | 1 | -1/+1 |
2015-06-10 | perf tools: Avoid possible race condition in copyfile() | Milos Vyletel | 1 | -15/+31 |
2015-06-08 | perf tools: Reference count struct dso | Arnaldo Carvalho de Melo | 9 | -11/+74 |
2015-06-08 | perf tools: Protect accesses the dso rbtrees/lists with a rw lock | Arnaldo Carvalho de Melo | 4 | -47/+95 |
2015-06-08 | perf machine: Fix up some more method names | Arnaldo Carvalho de Melo | 4 | -13/+13 |
2015-06-08 | perf stat: Move shadow stat counters into separate object | Jiri Olsa | 3 | -0/+451 |
2015-06-08 | perf stat: Replace transaction event possition check with id check | Jiri Olsa | 2 | -1/+9 |
2015-06-08 | perf stat: Add id into perf_stat struct | Jiri Olsa | 2 | -1/+50 |
2015-06-07 | perf tools: handle PERF_RECORD_LOST_SAMPLES | Kan Liang | 6 | -0/+58 |
2015-06-07 | perf record: Add support for sampling indirect jumps | Stephane Eranian | 1 | -0/+1 |
2015-06-03 | perf tools: Deal with kernel module names in '[]' correctly | Wang Nan | 4 | -11/+68 |
2015-06-03 | tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/include | Wang Nan | 2 | -30/+0 |
2015-06-02 | perf tools: Move linux/kernel.h to tools/include | Wang Nan | 1 | -107/+0 |
2015-06-02 | perf machine: Fix the search for the kernel DSO on the unified list | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2015-06-01 | perf tools: Remove newline char when reading event scale and unit | Madhavan Srinivasan | 1 | -2/+9 |
2015-05-30 | perf probe: Fix segfault when glob matching function without debuginfo | Wang Nan | 1 | -5/+21 |
2015-05-29 | perf machine: Fix up vdso methods names | Arnaldo Carvalho de Melo | 4 | -13/+13 |
2015-05-29 | perf machine: Introduce machine__findnew_dso() method | Arnaldo Carvalho de Melo | 5 | -4/+11 |
2015-05-29 | perf machine: No need to have two DSOs lists | Arnaldo Carvalho de Melo | 9 | -79/+38 |
2015-05-29 | perf machine: Adopt findnew_kernel method | Arnaldo Carvalho de Melo | 3 | -10/+9 |
2015-05-29 | perf db-export: Fix thread ref-counting | Adrian Hunter | 1 | -9/+10 |
2015-05-29 | perf probe: Fix 'function unused' warning | Wang Nan | 1 | -32/+33 |
2015-05-28 | perf tools: Move branch option parsing to own file | Andi Kleen | 3 | -0/+99 |
2015-05-28 | perf annotation: Add symbol__get_annotation | Andi Kleen | 1 | -7/+14 |
2015-05-28 | perf tools: Add hint for 'Too many events are opened.' error message | Jiri Olsa | 1 | -1/+3 |
2015-05-28 | perf tools: Reference count struct map | Arnaldo Carvalho de Melo | 6 | -12/+38 |
2015-05-28 | perf tools: Check if a map is still in use when deleting it | Arnaldo Carvalho de Melo | 2 | -8/+9 |
2015-05-28 | perf tools: Protect accesses the map rbtrees with a rw lock | Arnaldo Carvalho de Melo | 3 | -33/+108 |
2015-05-28 | perf tools: Introduce struct maps | Arnaldo Carvalho de Melo | 5 | -37/+51 |
2015-05-27 | perf probe: Fix an error when deleting probes successfully | Masami Hiramatsu | 1 | -4/+5 |
2015-05-27 | perf probe: Show the error reason comes from invalid DSO | Masami Hiramatsu | 2 | -26/+24 |
2015-05-27 | perf tools: Disallow PMU events intel_pt and intel_bts until there is support | Adrian Hunter | 1 | -0/+4 |