aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-01perf top: Add top.children config optionNamhyung Kim1-0/+4
2014-06-01perf top: Add --children optionNamhyung Kim1-0/+7
2014-06-01perf top: Convert to hist_entry_iterNamhyung Kim1-35/+41
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim1-1/+1
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim1-4/+1
2014-05-21perf top: Add --fields option to specify output fieldsNamhyung Kim1-6/+9
2014-05-21perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim1-0/+2
2014-05-21perf tools: Consolidate management of default sort ordersNamhyung Kim1-2/+1
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim1-2/+2
2014-04-16perf top: Add --percentage optionNamhyung Kim1-2/+3
2014-04-16perf hists: Add support for showing relative percentageNamhyung Kim1-0/+3
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+4
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim1-2/+4
2014-02-18perf tools: Add call-graph option support into .perfconfigJiri Olsa1-0/+12
2014-01-15perf tools: Factor out sample__resolve_callchain()Namhyung Kim1-15/+7
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-4/+4
2014-01-13perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo1-4/+2
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo1-4/+4
2013-12-19perf top: Use hist_entry__inc_addr_sampleArnaldo Carvalho de Melo1-1/+1
2013-12-19perf annotate: Auto allocate symbol per addr hist bucketsArnaldo Carvalho de Melo1-8/+5
2013-11-27perf symbols: Move idle syms check from top to generic functionDavid Ahern1-23/+2
2013-11-27perf top: Make -g refer to callchainsDavid Ahern1-2/+2
2013-11-14perf top: Add missing newline if the 'uid' is invalidIngo Molnar1-2/+2
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo1-7/+7
2013-11-11perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo1-3/+2
2013-11-11perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo1-8/+3
2013-11-11perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo1-2/+2
2013-11-05perf tools: Check maximum frequency rate for record/topJiri Olsa1-14/+1
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim1-2/+3
2013-11-04perf top: Use parse_options_usage() for -s option failureNamhyung Kim1-3/+5
2013-11-04perf tools: Add time argument on COMM settingFrederic Weisbecker1-1/+1
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-14/+19
2013-10-28perf tools: Fixup mmap event consumptionZhouyi Zhou1-4/+6
2013-10-28perf top: Split -G and --call-graphJiri Olsa1-10/+13
2013-10-23perf tools: Show progress on histogram collapsingNamhyung Kim1-2/+2
2013-10-21perf top: Add --max-stack option to limit callchain stack scanWaiman Long1-2/+6
2013-10-21perf report: Add --max-stack option to limit callchain stack scanWaiman Long1-1/+2
2013-10-21perf tools: Add perf_data_file__open interface to data objectJiri Olsa1-8/+1
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa1-1/+5
2013-10-09perf symbols: Add new option --ignore-vmlinux for perf topWilly Tarreau1-0/+2
2013-10-09perf tools: Check mmap pages value earlyJiri Olsa1-2/+3
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen1-3/+2
2013-10-04tools/perf: Support sorting by in_tx or abort branch flagsAndi Kleen1-1/+2
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter1-5/+6
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter1-2/+1
2013-08-12perf top: Set the machines symbol filterAdrian Hunter1-1/+3
2013-08-07perf annotate: Allow disassembly using /proc/kcoreAdrian Hunter1-1/+2
2013-08-07perf top: move CONSOLE_CLEAR to header fileDavid Ahern1-2/+0
2013-07-12perf report/top: Add option to collapse undesired parts of call graphGreg Price1-2/+4
2013-07-12perf top: Add --objdump optionSukadev Bhattiprolu1-0/+9