Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | perf tools: Make perf.data more self-descriptive (v8) | Stephane Eranian | 2011-10-07 | 15 | -35/+1308 | |
| * | | | | | perf hists browser: Update the browser.nr_entries after the timer | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -0/+7 | |
| * | | | | | perf hists browser: Fix TAB/UNTAB use with multiple events | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -0/+2 | |
| * | | | | | perf hists browser: Don't offer symbol actions when symbols not on --sort | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -9/+17 | |
| * | | | | | perf annotate browser: Use -> to navigate on assembly lines | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -6/+21 | |
| * | | | | | perf tools: Fix broken number of samples for perf report -n | Stephane Eranian | 2011-10-07 | 1 | -0/+1 | |
| * | | | | | perf top: Use the TUI interface by default | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -7/+0 | |
| * | | | | | perf annotate browser: Allow navigation to called functions | Arnaldo Carvalho de Melo | 2011-10-07 | 5 | -25/+79 | |
| * | | | | | perf top: Add callgraph support | Arnaldo Carvalho de Melo | 2011-10-07 | 2 | -2/+159 | |
| * | | | | | perf top: Reuse the 'report' hist_entry/hists classes | Arnaldo Carvalho de Melo | 2011-10-07 | 8 | -579/+196 | |
| * | | | | | perf browsers: Add live mode to the hists, annotate browsers | Arnaldo Carvalho de Melo | 2011-10-07 | 9 | -56/+116 | |
| * | | | | | perf hists: Threaded addition and sorting of entries | Arnaldo Carvalho de Melo | 2011-10-07 | 4 | -30/+92 | |
| * | | | | | perf report: Add option to show total period | Arnaldo Carvalho de Melo | 2011-10-07 | 4 | -0/+24 | |
| * | | | | | perf hists: Allow limiting the number of rows and columns in fprintf | Arnaldo Carvalho de Melo | 2011-10-07 | 4 | -11/+33 | |
| * | | | | | perf hists: Stop using 'self' for struct hists | Arnaldo Carvalho de Melo | 2011-10-07 | 1 | -78/+78 | |
| * | | | | | Merge commit 'v3.1-rc9' into perf/core | Ingo Molnar | 2011-10-06 | 14 | -58/+213 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| * | | | | | perf symbols: Treat all memory maps without dso file as loaded | Jiri Olsa | 2011-09-29 | 1 | -6/+18 | |
| * | | | | | perf sched: Fix script command documentation | Jiri Olsa | 2011-09-29 | 1 | -3/+3 | |
| * | | | | | perf report: Fix stdio event name header printing | Arnaldo Carvalho de Melo | 2011-09-29 | 1 | -4/+1 | |
| * | | | | | perf: Support setting the disassembler style | Andi Kleen | 2011-09-29 | 6 | -1/+17 | |
| * | | | | | perf tools: Make stat/record print fatal signals of the target program | Andi Kleen | 2011-09-29 | 2 | -2/+19 | |
| * | | | | | perf stat: Fix spelling in comment | Jim Cromie | 2011-09-29 | 1 | -1/+1 | |
| * | | | | | perf stat: Allow tab as cvs delimiter | Jim Cromie | 2011-09-29 | 1 | -2/+4 | |
| * | | | | | perf stat: Suppress printing std-dev when its 0 | Jim Cromie | 2011-09-29 | 1 | -1/+1 | |
| * | | | | | perf stat: Fix +- nan% in --no-aggr runs | Jim Cromie | 2011-09-29 | 1 | -2/+7 | |
| * | | | | | perf stat: Add --log-fd <N> option to redirect stderr elsewhere | Jim Cromie | 2011-09-29 | 2 | -1/+24 | |
| * | | | | | perf top: Improve lost events warning | Arnaldo Carvalho de Melo | 2011-09-29 | 3 | -17/+44 | |
| * | | | | | perf top browser: Fix up line width calculation | Arnaldo Carvalho de Melo | 2011-09-29 | 1 | -2/+2 | |
| * | | | | | perf buildid-list: Support showing the build id in an ELF file | Arnaldo Carvalho de Melo | 2011-09-29 | 2 | -4/+26 | |
| * | | | | | perf buildid-list: Add option to show the running kernel build id | Arnaldo Carvalho de Melo | 2011-09-29 | 2 | -2/+34 | |
| * | | | | | perf script: Add drop monitor script | Neil Horman | 2011-09-29 | 3 | -0/+78 | |
| * | | | | | perf symbols: Stop using 'self' in map_groups__ methods | Arnaldo Carvalho de Melo | 2011-09-29 | 2 | -58/+58 | |
| * | | | | | Merge commit 'v3.1-rc7' into perf/core | Ingo Molnar | 2011-09-26 | 22 | -289/+311 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2011-08-18 | 8 | -66/+126 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | perf stat: Add -o and --append options | Stephane Eranian | 2011-08-18 | 3 | -64/+100 | |
| | * | | | | | | perf annotate: Add --symfs option | Stephane Eranian | 2011-08-18 | 2 | -0/+5 | |
| | * | | | | | | perf annotate: Make output more readable | Stephane Eranian | 2011-08-18 | 5 | -2/+21 | |
* | | | | | | | | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-10-26 | 1 | -0/+500 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'staging-next' into Linux 3.1 | Greg Kroah-Hartman | 2011-10-25 | 1 | -0/+500 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Staging: hv: move hyperv code out of staging directory | Greg Kroah-Hartman | 2011-10-10 | 1 | -0/+500 | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-10-25 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -2/+2 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | 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 tools: Add support for disabling -Werror via WERROR=0 | Darren Hart | 2011-09-23 | 1 | -1/+8 | |
* | | | | | | | | perf top: Fix userspace sample addr map offset | Arnaldo Carvalho de Melo | 2011-09-23 | 1 | -4/+5 | |
* | | | | | | | | 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 | 4 | -14/+47 | |
* | | | | | | | | 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 |