| Commit message (Expand) | Author | Age | Files | Lines |
* | perf annotate: Make it to be able to skip unannotatable symbols | Namhyung Kim | 2013-02-14 | 1 | -0/+3 |
* | perf ui/gtk: Implement basic GTK2 annotation browser | Namhyung Kim | 2013-02-14 | 1 | -1/+3 |
* | perf buildid-cache: Add --update option | Namhyung Kim | 2013-02-14 | 1 | -0/+4 |
* | perf stat: Add per processor socket count aggregation | Stephane Eranian | 2013-02-06 | 1 | -1/+8 |
* | perf evlist: Add --group option | Namhyung Kim | 2013-01-31 | 1 | -0/+4 |
* | perf report: Add --group option | Namhyung Kim | 2013-01-31 | 1 | -0/+3 |
* | perf stat: Add interval printing | Stephane Eranian | 2013-01-30 | 1 | -0/+4 |
* | perf test: Allow skipping tests | Arnaldo Carvalho de Melo | 2013-01-24 | 1 | -0/+4 |
* | perf script: Remove workqueue-stats script | Tom Zanussi | 2013-01-24 | 1 | -2/+0 |
* | perf report: Update documentation for sort keys | Namhyung Kim | 2013-01-24 | 1 | -3/+35 |
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2013-01-24 | 4 | -5/+8 |
|\ |
|
| * | perf top: Use perf_evlist__config() | Arnaldo Carvalho de Melo | 2012-12-11 | 1 | -1/+1 |
| * | perf buildid-cache: Add option to show build ids that are missing in the cache | Arnaldo Carvalho de Melo | 2012-12-09 | 1 | -0/+3 |
| * | perf diff: Remove displacement output option | Jiri Olsa | 2012-12-09 | 1 | -4/+0 |
| * | perf tools: Don't check configuration on make tags | Arnaldo Carvalho de Melo | 2012-12-09 | 1 | -0/+2 |
| * | perf tools: Don't check configuration on make clean | Namhyung Kim | 2012-12-09 | 1 | -0/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | treewide: Fix typos in various drivers | Masanari Iida | 2012-12-03 | 1 | -1/+1 |
* | | perf tools: Add info about cross compiling for Android ARM | Joonsoo Kim | 2012-10-31 | 1 | -1/+4 |
* | | perf stat: Add --pre and --post command | Peter Zijlstra | 2012-10-26 | 1 | -0/+5 |
* | | perf inject: Merge sched_stat_* and sched_switch events | Andrew Vagin | 2012-10-26 | 1 | -0/+5 |
* | | perf inject: Work with files | Andrew Vagin | 2012-10-26 | 1 | -0/+6 |
* | | perf trace: Use sched:sched_stat_runtime to provide a thread summary | Arnaldo Carvalho de Melo | 2012-10-25 | 1 | -0/+3 |
* | | perf tools: Try to build Documentation when installing | Borislav Petkov | 2012-10-24 | 1 | -2/+29 |
* | | perf trace: Add duration filter | Arnaldo Carvalho de Melo | 2012-10-24 | 1 | -0/+3 |
* | | Documentation: add documentation on compiling for Android | Irina Tirdea | 2012-10-08 | 1 | -0/+75 |
* | | perf diff: Add -F option to display formula for computation | Jiri Olsa | 2012-10-05 | 1 | -0/+4 |
* | | perf diff: Add -p option to display period values for hist entries | Jiri Olsa | 2012-10-05 | 1 | -0/+4 |
* | | perf diff: Add weighted diff computation way to compare hist entries | Jiri Olsa | 2012-10-05 | 1 | -1/+14 |
* | | perf diff: Add option to sort entries based on diff computation | Jiri Olsa | 2012-10-05 | 1 | -0/+2 |
* | | perf diff: Add ratio computation way to compare hist entries | Jiri Olsa | 2012-10-05 | 1 | -0/+33 |
* | | perf diff: Add -b option for perf diff to display paired entries only | Jiri Olsa | 2012-10-05 | 1 | -0/+4 |
|/ |
|
* | perf trace: New tool | Arnaldo Carvalho de Melo | 2012-09-26 | 1 | -0/+53 |
* | perf kvm: Events analysis tool | Xiao Guangrong | 2012-09-21 | 1 | -2/+28 |
* | perf diff: Make diff command work with evsel hists | Jiri Olsa | 2012-09-07 | 1 | -0/+3 |
* | perf tools: Allow user to indicate path to objdump in command line | Maciek Borzecki | 2012-09-05 | 2 | -0/+6 |
* | perf script perl/python: Fix libexec scripts path in Documentation | David Ahern | 2012-08-20 | 2 | -7/+7 |
* | perf symbols: Add description of JIT interface | Andi Kleen | 2012-08-13 | 1 | -0/+15 |
* | perf list: Document precise event sampling for AMD IBS | Robert Richter | 2012-08-08 | 1 | -12/+30 |
* | perf list: Update documentation about raw event setup | Robert Richter | 2012-08-08 | 1 | -0/+6 |
* | perf tools: Fix version file for perf documentation with OUTPUT variable set | Robert Richter | 2012-08-08 | 1 | -3/+3 |
* | perf bench: Fix confused variable namings and descriptions in mem subsystem | Hitoshi Mitake | 2012-07-02 | 1 | -2/+2 |
* | perf bench: Documentation update | Namhyung Kim | 2012-06-27 | 1 | -3/+75 |
* | perf tools: Add sort by src line/number | Arnaldo Carvalho de Melo | 2012-06-19 | 2 | -2/+2 |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-30 | 1 | -0/+8 |
|\ |
|
| * | perf annotate browser: Read perf config file for settings | Arnaldo Carvalho de Melo | 2012-05-29 | 1 | -0/+8 |
* | | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-24 | 1 | -1/+18 |
|\ \
| |/
|/| |
|
| * | perf probe: Detect probe target when m/x options are absent | Srikar Dronamraju | 2012-05-11 | 1 | -2/+6 |
| * | perf probe: Provide perf interface for uprobes | Srikar Dronamraju | 2012-05-11 | 1 | -1/+14 |
* | | perf evlist: Show event attribute details | Arnaldo Carvalho de Melo | 2012-05-22 | 1 | -0/+8 |