summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-11-27perf timechart: Remove some needless struct forward declarationsArnaldo Carvalho de Melo1-7/+0
2013-11-27perf timechart: dynamically determine event fields offsetStanislav Fomichev1-77/+42
2013-11-27perf symbols: Fix not finding kcore in buildid cacheAdrian Hunter1-2/+7
2013-11-27perf script: Print mmap[2] events alsoNamhyung Kim2-0/+72
2013-11-27perf script: Print comm, fork and exit events alsoNamhyung Kim2-0/+108
2013-11-27perf script: Print callchains and symbols if they existDavid Ahern1-0/+24
2013-11-27perf tools: Export setup_listDavid Ahern2-1/+4
2013-11-27perf thread: Move comm_list check into functionDavid Ahern2-2/+13
2013-11-27perf symbols: Move idle syms check from top to generic functionDavid Ahern3-23/+33
2013-11-27perf evsel: Skip ignored symbols while printing callchainDavid Ahern1-2/+8
2013-11-27perf timechart: Add backtrace supportStanislav Fomichev4-36/+175
2013-11-27perf timechart: Add support for -P and -T in timechart recordingStanislav Fomichev2-30/+87
2013-11-27perf timechart: Group figures and add title with detailsStanislav Fomichev3-7/+60
2013-11-27perf timechart: Add support for displaying only tasks related dataStanislav Fomichev2-1/+13
2013-11-27perf timechart: Use proc_num to implement --power-onlyStanislav Fomichev1-4/+8
2013-11-27perf timechart: Add option to limit number of tasksStanislav Fomichev2-1/+8
2013-11-27perf timechart: Always try to print at least 15 tasksStanislav Fomichev1-5/+7
2013-11-27perf record: Default -t option to no inheritanceAdrian Hunter3-2/+9
2013-11-27perf tools: Add option macro OPT_BOOLEAN_SETAdrian Hunter2-0/+10
2013-11-27perf tools: Allow '--inherit' as the negation of '--no-inherit'Adrian Hunter1-0/+19
2013-11-27perf record: Make per-cpu mmaps the default.Adrian Hunter7-14/+29
2013-11-27perf script: Move evname print code to process_event()Namhyung Kim1-6/+5
2013-11-27perf completion: Rename file to reflect zsh supportRamkumar Ramachandra2-2/+2
2013-11-27perf completion: Introduce zsh supportRamkumar Ramachandra1-1/+62
2013-11-27perf completion: Factor out call to __ltrim_colon_completionsRamkumar Ramachandra1-2/+7
2013-11-27perf completion: Factor out compgen stuffRamkumar Ramachandra1-5/+10
2013-11-27perf completion: Introduce a layer of indirectionRamkumar Ramachandra1-6/+11
2013-11-27perf top: Make -g refer to callchainsDavid Ahern2-5/+4
2013-11-27perf trace: Remove thread summary coloringPekka Enberg1-11/+2
2013-11-27tools lib traceevent: Use helper trace-seq in print functions like kernel doesSteven Rostedt1-1/+6
2013-11-27tools/perf/stat: Add event unit and scale supportStephane Eranian6-44/+244
2013-11-19tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo1-1/+1
2013-11-19tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt1-2/+21
2013-11-19perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim1-1/+1
2013-11-19perf header: Fix bogus group nameNamhyung Kim1-1/+3
2013-11-19perf tools: Tag thread comm as overridenFrederic Weisbecker1-6/+5
2013-11-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-38/+63
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+13
2013-11-14perf record: Add an option to force per-cpu mmapsAdrian Hunter5-3/+14
2013-11-14perf probe: Add '--demangle'/'--no-demangle'Azat Khuzhin1-0/+2
2013-11-14perf ui browser: Fix segfault caused by off by one handling END keyArnaldo Carvalho de Melo1-1/+1
2013-11-14perf symbols: Limit max callchain using max_stack on DWARF unwinding tooArnaldo Carvalho de Melo3-7/+9
2013-11-14perf evsel: Introduce perf_evsel__prev() methodArnaldo Carvalho de Melo2-1/+6
2013-11-14perf tools: Use perf_evlist__{first,last}, perf_evsel__nextArnaldo Carvalho de Melo2-7/+5
2013-11-14perf tools: Synthesize anon MMAP records againDon Zickus1-2/+4
2013-11-14perf top: Add missing newline if the 'uid' is invalidIngo Molnar1-2/+2
2013-11-14perf tools: Remove trivial extra semincolonDavidlohr Bueso2-2/+2
2013-11-14perf trace: Tweak summary outputPekka Enberg1-5/+5
2013-11-14tools/perf/build: Fix feature-libunwind-debug-frame handlingIngo Molnar3-6/+11
2013-11-14tools/perf/build: Fix timerfd feature checkIngo Molnar1-2/+2