summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
Commit message (Expand)AuthorAgeFilesLines
* perf top: Add missing newline if the 'uid' is invalidIngo Molnar2013-11-141-2/+2
* perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo2013-11-121-7/+7
* perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo2013-11-111-3/+2
* perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo2013-11-111-8/+3
* perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo2013-11-111-2/+2
* perf tools: Check maximum frequency rate for record/topJiri Olsa2013-11-051-14/+1
* perf hists: Consolidate __hists__add_*entry()Namhyung Kim2013-11-041-2/+3
* perf top: Use parse_options_usage() for -s option failureNamhyung Kim2013-11-041-3/+5
* perf tools: Add time argument on COMM settingFrederic Weisbecker2013-11-041-1/+1
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-291-14/+19
|\
| * perf tools: Fixup mmap event consumptionZhouyi Zhou2013-10-281-4/+6
| * perf top: Split -G and --call-graphJiri Olsa2013-10-281-10/+13
* | perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-231-2/+2
* | perf top: Add --max-stack option to limit callchain stack scanWaiman Long2013-10-211-2/+6
* | perf report: Add --max-stack option to limit callchain stack scanWaiman Long2013-10-211-1/+2
* | perf tools: Add perf_data_file__open interface to data objectJiri Olsa2013-10-211-8/+1
* | perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-1/+5
* | perf symbols: Add new option --ignore-vmlinux for perf topWilly Tarreau2013-10-091-0/+2
* | perf tools: Check mmap pages value earlyJiri Olsa2013-10-091-2/+3
* | tools/perf: Add support for record transaction flagsAndi Kleen2013-10-041-3/+2
* | tools/perf: Support sorting by in_tx or abort branch flagsAndi Kleen2013-10-041-1/+2
|/
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-291-5/+6
* perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter2013-08-121-2/+1
* perf top: Set the machines symbol filterAdrian Hunter2013-08-121-1/+3
* perf annotate: Allow disassembly using /proc/kcoreAdrian Hunter2013-08-071-1/+2
* perf top: move CONSOLE_CLEAR to header fileDavid Ahern2013-08-071-2/+0
* perf report/top: Add option to collapse undesired parts of call graphGreg Price2013-07-121-2/+4
* perf top: Add --objdump optionSukadev Bhattiprolu2013-07-121-0/+9
* perf tools: Fix -x/--exclude-other option for report commandJiri Olsa2013-07-081-2/+0
* perf top: Add --percent-limit optionNamhyung Kim2013-05-281-2/+15
* perf report: Add --percent-limit optionNamhyung Kim2013-05-281-2/+2
* perf hists: Move locking to its call-sitesNamhyung Kim2013-05-281-0/+3
* perf top: Get rid of *_threaded() functionsNamhyung Kim2013-05-281-10/+13
* perf top: Fix -E option behaviorNamhyung Kim2013-05-281-12/+5
* perf top: Use sort__has_symNamhyung Kim2013-05-281-9/+3
* perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim2013-05-281-3/+1
* perf tools: Add support for weight v7 (modified)Andi Kleen2013-04-011-2/+3
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-151-1/+1
* perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim2013-03-151-1/+1
* perf sort: Make setup_sorting returns an error codeNamhyung Kim2013-02-061-1/+2
* perf top: Delete maps on exitArnaldo Carvalho de Melo2013-01-311-2/+4
* perf top: Stop using exit()Arnaldo Carvalho de Melo2013-01-311-23/+33
* perf tools: Allow passing a list to intlist__newArnaldo Carvalho de Melo2013-01-241-1/+1
* perf tools: Move get_term_dimensions from top to util.cDavid Ahern2013-01-241-22/+0
* perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo2013-01-241-2/+2
* perf machine: Introduce struct machinesArnaldo Carvalho de Melo2013-01-241-2/+2
* perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo2013-01-241-2/+2
* perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo2013-01-241-29/+5
* perf evsel: Introduce event fallback methodArnaldo Carvalho de Melo2013-01-241-17/+3
* perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo2013-01-241-20/+0
OpenPOWER on IntegriCloud