aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22perf tools: Add PMU configuration to toolsMathieu Poirier1-0/+13
2016-09-05perf top: Remove old kernel-only symbol filterArnaldo Carvalho de Melo1-27/+0
2016-09-05perf symbols: Mark if a symbol is idle in the libraryArnaldo Carvalho de Melo1-3/+0
2016-08-30perf symbols: Rename ->ignore to ->idleArnaldo Carvalho de Melo1-2/+2
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo1-1/+3
2016-08-23perf top: Use MSEC_PER_SECArnaldo Carvalho de Melo1-1/+2
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo1-0/+4
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo1-1/+1
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-3/+3
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-4/+4
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song1-1/+1
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa1-1/+1
2016-05-20perf top: Use machine->kptr_restrict_warnedArnaldo Carvalho de Melo1-3/+3
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa1-1/+1
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa1-2/+2
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa1-1/+1
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stackArnaldo Carvalho de Melo1-2/+2
2016-04-18perf top: Use callchain_param.enabled instead of symbol_conf.use_callchainArnaldo Carvalho de Melo1-6/+6
2016-04-18perf tools: Ditch record_opts.callgraph_setArnaldo Carvalho de Melo1-7/+6
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo1-1/+1
2016-03-23perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo1-1/+1
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo1-4/+1
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan1-2/+2
2016-02-24perf top: Add --hierarchy optionNamhyung Kim1-0/+15
2016-02-03perf top: Move UI initialization ahead of sort setupArnaldo Carvalho de Melo1-7/+7
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa1-4/+6
2016-01-06perf report/top: Add --raw-trace optionNamhyung Kim1-0/+2
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim1-1/+1
2016-01-06perf top: Create the evlist soonerNamhyung Kim1-6/+6
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-12-11perf top: Cleanup condition in perf_top__record_precise_ip()Namhyung Kim1-5/+4
2015-12-11perf top: Fix annotation on --stdioNamhyung Kim1-2/+1
2015-12-11perf top: Access hists->lock only if neededNamhyung Kim1-13/+15
2015-12-11perf top: Do not convert address for perf_top__record_precise_ip()Namhyung Kim1-10/+2
2015-12-10perf tools: Make perf_session__register_idle_thread drop the refcountMasami Hiramatsu1-1/+1
2015-12-10perf top: Do show usage message when failing to create cpu/thread mapsArnaldo Carvalho de Melo1-2/+5
2015-10-22perf tools: Improve call graph documents and help messagesNamhyung Kim1-2/+3
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim1-0/+3
2015-10-22perf top: Support call-graph display options alsoNamhyung Kim1-5/+21
2015-10-01perf top: Register idle threadNamhyung Kim1-0/+3
2015-10-01perf top: Fix unresolved comm when -s comm is usedNamhyung Kim1-2/+5
2015-09-28perf top: Filter symbols based on __map__is_kernel(map)Arnaldo Carvalho de Melo1-1/+1
2015-09-14perf tools: Introduce new sort type "socket" for the processor socketKan Liang1-0/+15
2015-09-14perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo1-1/+1
2015-08-20Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changesIngo Molnar1-2/+2
2015-08-19perf top: Show backtrace when handling a SIGSEGV on --stdio modeArnaldo Carvalho de Melo1-2/+2
2015-08-06perf top: Add branch annotation code to topAndi Kleen1-0/+9
2015-06-22perf top: Move toggling event logic into hists browserNamhyung Kim1-21/+3
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang1-1/+4