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