| Commit message (Expand) | Author | Age | Files | Lines |
* | perf top: Fix error handling in cmd_top() | Changbin Du | 2019-04-27 | 1 | -2/+3 |
* | perf top: Fix window dimensions change handling | Jiri Olsa | 2018-02-25 | 1 | -3/+12 |
* | perf top: Use __fallthrough | Arnaldo Carvalho de Melo | 2017-07-15 | 1 | -1/+1 |
* | perf tools: Improve call graph documents and help messages | Namhyung Kim | 2015-10-22 | 1 | -2/+3 |
* | perf tools: Defaults to 'caller' callchain order only if --children is enabled | Namhyung Kim | 2015-10-22 | 1 | -0/+3 |
* | perf top: Support call-graph display options also | Namhyung Kim | 2015-10-22 | 1 | -5/+21 |
* | perf top: Register idle thread | Namhyung Kim | 2015-10-01 | 1 | -0/+3 |
* | perf top: Fix unresolved comm when -s comm is used | Namhyung Kim | 2015-10-01 | 1 | -2/+5 |
* | perf top: Filter symbols based on __map__is_kernel(map) | Arnaldo Carvalho de Melo | 2015-09-28 | 1 | -1/+1 |
* | perf tools: Introduce new sort type "socket" for the processor socket | Kan Liang | 2015-09-14 | 1 | -0/+15 |
* | perf env: Rename some leftovers from rename to perf_env | Arnaldo Carvalho de Melo | 2015-09-14 | 1 | -1/+1 |
* | Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor... | Ingo Molnar | 2015-08-20 | 1 | -2/+2 |
|\ |
|
| * | perf top: Show backtrace when handling a SIGSEGV on --stdio mode | Arnaldo Carvalho de Melo | 2015-08-19 | 1 | -2/+2 |
* | | perf top: Add branch annotation code to top | Andi Kleen | 2015-08-06 | 1 | -0/+9 |
|/ |
|
* | perf top: Move toggling event logic into hists browser | Namhyung Kim | 2015-06-22 | 1 | -21/+3 |
* | perf tools: Configurable per thread proc map processing time out | Kan Liang | 2015-06-19 | 1 | -1/+4 |
* | perf top: Tell the user how to unfreeze events after pressing 'f' | Arnaldo Carvalho de Melo | 2015-06-19 | 1 | -1/+7 |
* | perf top: Replace CTRL+z with 'f' as hotkey for enable/disable events | Arnaldo Carvalho de Melo | 2015-06-19 | 1 | -1/+1 |
* | perf top: Allow disabling/enabling events dynamicly | Arnaldo Carvalho de Melo | 2015-06-17 | 1 | -16/+36 |
* | perf hists: Reducing arguments of hist_entry_iter__add() | Namhyung Kim | 2015-05-27 | 1 | -3/+4 |
* | Merge branch 'perf/urgent' into perf/core, to resolve conflicts | Ingo Molnar | 2015-05-11 | 1 | -1/+1 |
|\ |
|
| * | perf top: Fix a segfault when kernel map is restricted. | Wang Nan | 2015-04-27 | 1 | -1/+1 |
* | | perf machine: Protect the machine->threads with a rwlock | Arnaldo Carvalho de Melo | 2015-05-08 | 1 | -1/+1 |
|/ |
|
* | perf symbols: Save DSO loading errno to better report errors | Arnaldo Carvalho de Melo | 2015-03-24 | 1 | -2/+4 |
* | perf evlist: Adopt events_stats from perf_session | Arnaldo Carvalho de Melo | 2015-02-22 | 1 | -2/+2 |
* | perf tools: Remove EOL whitespaces | Arnaldo Carvalho de Melo | 2015-01-21 | 1 | -1/+1 |
* | perf tools: Avoid build splat for syscall numbers with uclibc | Vineet Gupta | 2015-01-16 | 1 | -1/+0 |
* | perf report: Show progress bar for output resorting | Namhyung Kim | 2014-12-23 | 1 | -2/+2 |
* | perf tools: Remove hists from evsel | Arnaldo Carvalho de Melo | 2014-10-14 | 1 | -1/+4 |
* | perf evsel: Add hists helper | Arnaldo Carvalho de Melo | 2014-10-09 | 1 | -25/+30 |
* | perf tools: Convert {record,top}.call-graph option to call-graph.record-mode | Namhyung Kim | 2014-09-26 | 1 | -1/+1 |
* | perf callchain: Move some parser functions to callchain.c | Namhyung Kim | 2014-09-26 | 1 | -1/+1 |
* | perf tools: Move callchain config from record_opts to callchain_param | Namhyung Kim | 2014-09-26 | 1 | -3/+1 |
* | perf tools: Modify error code for when perf_session__new() fails | Taeung Song | 2014-09-26 | 1 | -1/+1 |
* | perf evlist: Introduce poll method for common code idiom | Arnaldo Carvalho de Melo | 2014-09-25 | 1 | -2/+2 |
* | perf tools: Don't include sys/poll.h directly | Arnaldo Carvalho de Melo | 2014-09-17 | 1 | -1/+1 |
* | perf tools: Disable kernel symbol demangling by default | Avi Kivity | 2014-09-17 | 1 | -0/+2 |
* | perf top: Use set_term_quiet() instead of open coded equivalent | Jiri Olsa | 2014-08-24 | 1 | -7/+2 |
* | perf top: Use strerror_r instead of strerror | Masami Hiramatsu | 2014-08-15 | 1 | -1/+1 |
* | perf top: Fix -z option behavior | Namhyung Kim | 2014-08-13 | 1 | -6/+17 |
* | perf tools: Check recorded kernel version when finding vmlinux | Namhyung Kim | 2014-08-13 | 1 | -1/+1 |
* | perf top: Setup signals for terminal output | Jiri Olsa | 2014-08-13 | 1 | -0/+16 |
* | perf tools: Introduce set_term_quiet_input helper function | Jiri Olsa | 2014-08-13 | 1 | -8/+2 |
* | perf top: Join the display thread on exit | Jiri Olsa | 2014-08-13 | 1 | -1/+3 |
* | perf top: Don't look for kernel idle symbols in all DSOs | Arnaldo Carvalho de Melo | 2014-08-13 | 1 | -1/+3 |
* | perf top: Add -w option for setting column width | Namhyung Kim | 2014-08-12 | 1 | -0/+3 |
* | perf top: Add top.children config option | Namhyung Kim | 2014-06-01 | 1 | -0/+4 |
* | perf top: Add --children option | Namhyung Kim | 2014-06-01 | 1 | -0/+7 |
* | perf top: Convert to hist_entry_iter | Namhyung Kim | 2014-06-01 | 1 | -35/+41 |
* | perf hists: Check if accumulated when adding a hist entry | Namhyung Kim | 2014-06-01 | 1 | -1/+1 |