aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-08perf tools: Fix -x/--exclude-other option for report commandJiri Olsa1-2/+0
2013-05-28perf top: Add --percent-limit optionNamhyung Kim1-2/+15
2013-05-28perf report: Add --percent-limit optionNamhyung Kim1-2/+2
2013-05-28perf hists: Move locking to its call-sitesNamhyung Kim1-0/+3
2013-05-28perf top: Get rid of *_threaded() functionsNamhyung Kim1-10/+13
2013-05-28perf top: Fix -E option behaviorNamhyung Kim1-12/+5
2013-05-28perf top: Use sort__has_symNamhyung Kim1-9/+3
2013-05-28perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim1-3/+1
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen1-2/+3
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim1-1/+1
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim1-1/+1
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim1-1/+2
2013-01-31perf top: Delete maps on exitArnaldo Carvalho de Melo1-2/+4
2013-01-31perf top: Stop using exit()Arnaldo Carvalho de Melo1-23/+33
2013-01-24perf tools: Allow passing a list to intlist__newArnaldo Carvalho de Melo1-1/+1
2013-01-24perf tools: Move get_term_dimensions from top to util.cDavid Ahern1-22/+0
2013-01-24perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo1-2/+2
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo1-2/+2
2013-01-24perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo1-2/+2
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo1-29/+5
2013-01-24perf evsel: Introduce event fallback methodArnaldo Carvalho de Melo1-17/+3
2013-01-24perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo1-20/+0