aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
Commit message (Expand)AuthorAge
* perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo2016-03-23
* perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-23
* perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo2016-03-23
* perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-26
* perf top: Add --hierarchy optionNamhyung Kim2016-02-24
* perf top: Move UI initialization ahead of sort setupArnaldo Carvalho de Melo2016-02-03
* perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-03
* perf report/top: Add --raw-trace optionNamhyung Kim2016-01-06
* perf tools: Pass evlist to setup_sorting()Namhyung Kim2016-01-06
* perf top: Create the evlist soonerNamhyung Kim2016-01-06
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-17
* perf top: Cleanup condition in perf_top__record_precise_ip()Namhyung Kim2015-12-11
* perf top: Fix annotation on --stdioNamhyung Kim2015-12-11
* perf top: Access hists->lock only if neededNamhyung Kim2015-12-11
* perf top: Do not convert address for perf_top__record_precise_ip()Namhyung Kim2015-12-11
* perf tools: Make perf_session__register_idle_thread drop the refcountMasami Hiramatsu2015-12-10
* perf top: Do show usage message when failing to create cpu/thread mapsArnaldo Carvalho de Melo2015-12-10
* perf tools: Improve call graph documents and help messagesNamhyung Kim2015-10-22
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-22
* perf top: Support call-graph display options alsoNamhyung Kim2015-10-22
* perf top: Register idle threadNamhyung Kim2015-10-01
* perf top: Fix unresolved comm when -s comm is usedNamhyung Kim2015-10-01
* perf top: Filter symbols based on __map__is_kernel(map)Arnaldo Carvalho de Melo2015-09-28
* perf tools: Introduce new sort type "socket" for the processor socketKan Liang2015-09-14
* perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo2015-09-14
* Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar2015-08-20
|\
| * perf top: Show backtrace when handling a SIGSEGV on --stdio modeArnaldo Carvalho de Melo2015-08-19
* | perf top: Add branch annotation code to topAndi Kleen2015-08-06
|/
* perf top: Move toggling event logic into hists browserNamhyung Kim2015-06-22
* perf tools: Configurable per thread proc map processing time outKan Liang2015-06-19
* perf top: Tell the user how to unfreeze events after pressing 'f'Arnaldo Carvalho de Melo2015-06-19
* perf top: Replace CTRL+z with 'f' as hotkey for enable/disable eventsArnaldo Carvalho de Melo2015-06-19
* perf top: Allow disabling/enabling events dynamiclyArnaldo Carvalho de Melo2015-06-17
* perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim2015-05-27
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-11
|\
| * perf top: Fix a segfault when kernel map is restricted.Wang Nan2015-04-27
* | perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-08
|/
* perf symbols: Save DSO loading errno to better report errorsArnaldo Carvalho de Melo2015-03-24
* perf evlist: Adopt events_stats from perf_sessionArnaldo Carvalho de Melo2015-02-22
* perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-21
* perf tools: Avoid build splat for syscall numbers with uclibcVineet Gupta2015-01-16
* perf report: Show progress bar for output resortingNamhyung Kim2014-12-23
* perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-14
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-09
* perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim2014-09-26
* perf callchain: Move some parser functions to callchain.cNamhyung Kim2014-09-26
* perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim2014-09-26
* perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-26
* perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo2014-09-25
* perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo2014-09-17