| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Fix raw sample reading | Jiri Olsa | 2011-09-29 | 1 | -2/+5 |
* | perf python: Add missing perf_event__parse_sample 'swapped' parm | Arnaldo Carvalho de Melo | 2011-09-23 | 1 | -1/+1 |
* | perf symbols: Fix issue with binaries using 16-bytes buildids (v2) | Stephane Eranian | 2011-09-23 | 1 | -11/+13 |
* | perf tool: Fix endianness handling of u32 data in samples | David Ahern | 2011-09-23 | 3 | -13/+46 |
* | perf sort: Fix symbol sort output by separating unresolved samples by type | Anton Blanchard | 2011-09-23 | 1 | -2/+8 |
* | perf symbols: Synthesize anonymous mmap events | Anton Blanchard | 2011-09-23 | 1 | -0/+5 |
* | perf record: Create events initially disabled and enable after init | David Ahern | 2011-09-23 | 2 | -0/+14 |
* | perf symbols: Add some heuristics for choosing the best duplicate symbol | Anton Blanchard | 2011-09-23 | 1 | -0/+88 |
* | perf symbols: Preserve symbol scope when parsing /proc/kallsyms | Anton Blanchard | 2011-09-23 | 1 | -2/+4 |
* | perf symbols: /proc/kallsyms does not sort module symbols | Anton Blanchard | 2011-09-23 | 1 | -22/+11 |
* | perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo files | Anton Blanchard | 2011-09-23 | 1 | -0/+2 |
* | perf probe: Fix regression of variable finder | Masami Hiramatsu | 2011-09-23 | 1 | -1/+1 |
* | perf tools: Fix build against newer glibc | Josh Boyer | 2011-08-18 | 1 | -0/+2 |
* | perf tools: Fix error handling of unknown events | Stephane Eranian | 2011-08-18 | 1 | -1/+5 |
* | perf evlist: Fix missing event name init for default event | Stephane Eranian | 2011-08-18 | 1 | -1/+10 |
* | perf list: Fix exit value | Stephane Eranian | 2011-08-18 | 1 | -2/+0 |
* | perf probe: Filter out redundant inline-instances | Masami Hiramatsu | 2011-08-12 | 1 | -0/+22 |
* | perf probe: Search concrete out-of-line instances | Masami Hiramatsu | 2011-08-12 | 3 | -35/+83 |
* | perf probe: Avoid searching variables in intermediate scopes | Masami Hiramatsu | 2011-08-12 | 1 | -31/+13 |
* | perf probe: Fix to search local variables in appropriate scope | Masami Hiramatsu | 2011-08-12 | 4 | -27/+144 |
* | perf probe: Fix to walk all inline instances | Masami Hiramatsu | 2011-08-12 | 1 | -1/+7 |
* | perf probe: Fix to search nested inlined functions in CU | Masami Hiramatsu | 2011-08-12 | 2 | -12/+82 |
* | perf probe: Fix line walker to check CU correctly | Masami Hiramatsu | 2011-08-12 | 1 | -3/+3 |
* | perf probe: Fix a memory leak for scopes array | Masami Hiramatsu | 2011-08-12 | 1 | -3/+2 |
* | perf: fix temporary file ownership check | Vasiliy Kulikov | 2011-08-12 | 1 | -1/+1 |
* | perf report: Use properly build_id kernel binaries | Jiri Olsa | 2011-08-11 | 3 | -27/+42 |
* | perf top browser: Remove spurious helpline update | Arnaldo Carvalho de Melo | 2011-08-10 | 1 | -1/+0 |
* | perf symbols: Check '/tmp/perf-' symbol file ownership | Pekka Enberg | 2011-08-09 | 1 | -0/+11 |
* | perf tools: Check $HOME/.perfconfig ownership | Arnaldo Carvalho de Melo | 2011-08-09 | 1 | -4/+23 |
* | perf tools: Add support to install perf python extension | Jiri Olsa | 2011-08-08 | 1 | -1/+20 |
* | perf tools: do not look at ./config for configuration | Jonathan Nieder | 2011-08-08 | 1 | -7/+0 |
* | perf probe: Fix coredump introduced by probe module option | Jovi Zhang | 2011-08-08 | 1 | -4/+8 |
* | perf python: Add PERF_RECORD_{LOST,READ,SAMPLE} routine tables | Arnaldo Carvalho de Melo | 2011-07-25 | 1 | -3/+112 |
* | perf evlist: Introduce 'disable' method | Arnaldo Carvalho de Melo | 2011-07-25 | 2 | -0/+15 |
* | perf buildid-cache: Zero out buffer of filenames when adding/removing buildid | Han Pingtian | 2011-07-22 | 1 | -4/+4 |
* | perf tools: De-opt the parse_events function | Jiri Olsa | 2011-07-21 | 2 | -11/+21 |
* | perf script: Fix display of IP address for non-callchain path | David Ahern | 2011-07-21 | 1 | -1/+1 |
* | perf tools: Fix endian conversion reading event attr from file header | David Ahern | 2011-07-21 | 3 | -13/+23 |
* | perf tools: Add missing 'node' alias to the hw_cache[] array | Jiri Olsa | 2011-07-21 | 1 | -5/+8 |
* | perf probe: Support adding probes on offline kernel modules | Masami Hiramatsu | 2011-07-15 | 1 | -9/+43 |
* | perf probe: Add probed module in front of function | Masami Hiramatsu | 2011-07-15 | 2 | -9/+39 |
* | perf probe: Introduce debuginfo to encapsulate dwarf information | Masami Hiramatsu | 2011-07-15 | 3 | -136/+182 |
* | perf-probe: Move dwarf library routines to dwarf-aux.{c, h} | Masami Hiramatsu | 2011-07-15 | 4 | -523/+766 |
* | perf probe: Remove redundant dwarf functions | Masami Hiramatsu | 2011-07-15 | 1 | -37/+13 |
* | perf probe: Move strtailcmp to string.c | Masami Hiramatsu | 2011-07-15 | 3 | -15/+20 |
* | perf probe: Rename DIE_FIND_CB_FOUND to DIE_FIND_CB_END | Masami Hiramatsu | 2011-07-15 | 1 | -6/+6 |
* | perf: Robustify proc and debugfs file recording | Sonny Rao | 2011-07-14 | 1 | -91/+29 |
* | perf report/annotate/script: Add option to specify a CPU range | Anton Blanchard | 2011-07-05 | 2 | -0/+41 |
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2011-07-01 | 5 | -134/+122 |
|\ |
|
| * | perf tools: Allow sort dimensions to be registered more than once | Frederic Weisbecker | 2011-06-30 | 1 | -6/+6 |