Age | Commit message (Expand) | Author | Files | Lines |
2010-05-17 | perf record: Fix bug mismatch with -c option definition | Stephane Eranian | 1 | -6/+5 |
2010-05-17 | perf options: Introduce OPT_U64 | Arnaldo Carvalho de Melo | 2 | -0/+20 |
2010-05-16 | perf tui: Add help window to show key associations | Arnaldo Carvalho de Melo | 1 | -0/+60 |
2010-05-16 | perf tui: Make <- exit menus too | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2010-05-15 | perf newt: Add single key shortcuts for zoom into DSO and threads | Arnaldo Carvalho de Melo | 1 | -3/+20 |
2010-05-15 | perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressed | Arnaldo Carvalho de Melo | 1 | -3/+4 |
2010-05-15 | perf newt: Fix the 'A'/'a' shortcut for annotate | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2010-05-15 | perf newt: Make <- exit the ui_browser | Arnaldo Carvalho de Melo | 1 | -1/+3 |
2010-05-14 | perf newt: Make <- zoom out filters | Arnaldo Carvalho de Melo | 4 | -3/+120 |
2010-05-14 | perf report: Report number of events, not samples | Arnaldo Carvalho de Melo | 8 | -63/+107 |
2010-05-14 | perf hist: Clarify events_stats fields usage | Arnaldo Carvalho de Melo | 9 | -34/+41 |
2010-05-14 | perf hist: Make event__totals per hists | Arnaldo Carvalho de Melo | 8 | -38/+62 |
2010-05-13 | perf trace scripts: Fix typos in perf-trace-python.txt | Kirill Smelkov | 1 | -2/+2 |
2010-05-13 | perf tools: change event inheritance logic in stat and record | Stephane Eranian | 4 | -15/+15 |
2010-05-13 | perf hist: Fix missing getline declaration | Frederic Weisbecker | 1 | -0/+1 |
2010-05-13 | perf hist: Fix hists__browse no-newt case | Frederic Weisbecker | 1 | -1/+1 |
2010-05-11 | perf report: Librarize the annotation code and use it in the newt browser | Arnaldo Carvalho de Melo | 7 | -249/+544 |
2010-05-11 | perf ui: Add ui_helpline methods | Arnaldo Carvalho de Melo | 1 | -19/+50 |
2010-05-11 | perf symbols: allow forcing use of cplus_demangle | Kyle McMartin | 1 | -0/+3 |
2010-05-11 | perf probe: Check older elfutils and set NO_DWARF | Masami Hiramatsu | 1 | -2/+2 |
2010-05-11 | perf hist: Adopt filter by dso and by thread methods from the newt browser | Arnaldo Carvalho de Melo | 5 | -85/+89 |
2010-05-10 | perf/trace/scripting: syscall-counts script cleanup | Tom Zanussi | 1 | -1/+1 |
2010-05-10 | perf/trace/scripting: syscall-counts-by-pid script cleanup | Tom Zanussi | 1 | -1/+1 |
2010-05-10 | perf/trace/scripting: failed-syscalls-by-pid script cleanup | Tom Zanussi | 1 | -1/+1 |
2010-05-10 | perf/trace/scripting: don't show script start/stop messages by default | Tom Zanussi | 3 | -7/+3 |
2010-05-10 | perf/trace/scripting: workqueue-stats script cleanup | Tom Zanussi | 1 | -6/+6 |
2010-05-10 | perf/trace/scripting: wakeup-latency script cleanup | Tom Zanussi | 1 | -4/+8 |
2010-05-10 | perf/trace/scripting: rwtop script cleanup | Tom Zanussi | 1 | -13/+35 |
2010-05-10 | perf/trace/scripting: rw-by-pid script cleanup | Tom Zanussi | 1 | -23/+37 |
2010-05-10 | perf/trace/scripting: failed-syscalls script cleanup | Tom Zanussi | 2 | -2/+6 |
2010-05-10 | perf hist: Calculate max_sym name len and nr_entries | Arnaldo Carvalho de Melo | 5 | -13/+30 |
2010-05-10 | perf hist: Introduce hists class and move lots of methods to it | Arnaldo Carvalho de Melo | 10 | -164/+146 |
2010-05-10 | perf session: create_kernel_maps should use ->host_machine | Arnaldo Carvalho de Melo | 1 | -3/+2 |
2010-05-10 | perf callchains: Use zalloc to allocate objects | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2010-05-10 | perf newt: Use newtAddComponent() | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2010-05-10 | Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 5 | -105/+238 |
2010-05-09 | perf report: Allow limiting the number of entries to print in callchains | Arnaldo Carvalho de Melo | 3 | -1/+15 |
2010-05-09 | perf session: Embed the host machine data on perf_session | Arnaldo Carvalho de Melo | 6 | -31/+29 |
2010-05-09 | perf symbols: Check if a struct machine instance was found | Arnaldo Carvalho de Melo | 1 | -2/+8 |
2010-05-09 | perf symbols: Consider unresolved DSOs in the dso__col_widt calculation | Arnaldo Carvalho de Melo | 1 | -0/+7 |
2010-05-09 | perf lock: Drop "-a" option from cmd_record() default arguments set | Hitoshi Mitake | 1 | -1/+0 |
2010-05-09 | perf hist: Simplify the insertion of new hist_entry instances | Arnaldo Carvalho de Melo | 5 | -44/+32 |
2010-05-09 | perf report: Fix leak of resolved callchains array on error path | Arnaldo Carvalho de Melo | 1 | -9/+7 |
2010-05-09 | perf callchain: Move validate_callchain to callchain lib | Arnaldo Carvalho de Melo | 3 | -14/+11 |
2010-05-09 | perf/live-mode: Handle payload-less events | Tom Zanussi | 1 | -8/+11 |
2010-05-09 | perf lock: Always check min AND max wait time | Frederic Weisbecker | 1 | -1/+1 |
2010-05-09 | perf: Fix perf lock bad rate | Frederic Weisbecker | 1 | -2/+2 |
2010-05-09 | perf: Humanize lock flags in perf lock | Frederic Weisbecker | 1 | -3/+8 |
2010-05-09 | perf: Cleanup perf lock broken states | Frederic Weisbecker | 1 | -20/+29 |
2010-05-09 | perf lock: Add "info" subcommand for dumping misc information | Hitoshi Mitake | 1 | -23/+73 |