summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
Commit message (Expand)AuthorAgeFilesLines
* perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-261-2/+2
* perf top: Add --hierarchy optionNamhyung Kim2016-02-251-0/+15
* perf top: Move UI initialization ahead of sort setupArnaldo Carvalho de Melo2016-02-031-7/+7
* perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-031-4/+6
* perf report/top: Add --raw-trace optionNamhyung Kim2016-01-071-0/+2
* perf tools: Pass evlist to setup_sorting()Namhyung Kim2016-01-071-1/+1
* perf top: Create the evlist soonerNamhyung Kim2016-01-071-6/+6
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf top: Cleanup condition in perf_top__record_precise_ip()Namhyung Kim2015-12-111-5/+4Star
* perf top: Fix annotation on --stdioNamhyung Kim2015-12-111-2/+1Star
* perf top: Access hists->lock only if neededNamhyung Kim2015-12-111-13/+15
* perf top: Do not convert address for perf_top__record_precise_ip()Namhyung Kim2015-12-111-10/+2Star
* perf tools: Make perf_session__register_idle_thread drop the refcountMasami Hiramatsu2015-12-101-1/+1
* perf top: Do show usage message when failing to create cpu/thread mapsArnaldo Carvalho de Melo2015-12-101-2/+5
* perf tools: Improve call graph documents and help messagesNamhyung Kim2015-10-221-2/+3
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-221-0/+3
* perf top: Support call-graph display options alsoNamhyung Kim2015-10-221-5/+21
* perf top: Register idle threadNamhyung Kim2015-10-011-0/+3
* perf top: Fix unresolved comm when -s comm is usedNamhyung Kim2015-10-011-2/+5
* perf top: Filter symbols based on __map__is_kernel(map)Arnaldo Carvalho de Melo2015-09-281-1/+1
* perf tools: Introduce new sort type "socket" for the processor socketKan Liang2015-09-141-0/+15
* perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo2015-09-141-1/+1
* Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar2015-08-201-2/+2
|\
| * perf top: Show backtrace when handling a SIGSEGV on --stdio modeArnaldo Carvalho de Melo2015-08-191-2/+2
* | perf top: Add branch annotation code to topAndi Kleen2015-08-061-0/+9
|/
* perf top: Move toggling event logic into hists browserNamhyung Kim2015-06-221-21/+3Star
* perf tools: Configurable per thread proc map processing time outKan Liang2015-06-191-1/+4
* perf top: Tell the user how to unfreeze events after pressing 'f'Arnaldo Carvalho de Melo2015-06-191-1/+7
* perf top: Replace CTRL+z with 'f' as hotkey for enable/disable eventsArnaldo Carvalho de Melo2015-06-191-1/+1
* perf top: Allow disabling/enabling events dynamiclyArnaldo Carvalho de Melo2015-06-171-16/+36
* perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim2015-05-271-3/+4
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-111-1/+1
|\
| * perf top: Fix a segfault when kernel map is restricted.Wang Nan2015-04-271-1/+1
* | perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-1/+1
|/
* perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo2015-03-241-2/+4
* perf evlist: Adopt events_stats from perf_sessionArnaldo Carvalho de Melo2015-02-231-2/+2
* perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-211-1/+1
* perf tools: Avoid build splat for syscall numbers with uclibcVineet Gupta2015-01-161-1/+0Star
* perf report: Show progress bar for output resortingNamhyung Kim2014-12-231-2/+2
* perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-141-1/+4
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-091-25/+30
* perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim2014-09-261-1/+1
* perf callchain: Move some parser functions to callchain.cNamhyung Kim2014-09-261-1/+1
* perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim2014-09-261-3/+1Star
* perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-261-1/+1
* perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo2014-09-251-2/+2
* perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo2014-09-171-1/+1
* perf tools: Disable kernel symbol demangling by defaultAvi Kivity2014-09-171-0/+2
* perf top: Use set_term_quiet() instead of open coded equivalentJiri Olsa2014-08-241-7/+2Star
* perf top: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-151-1/+1