aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-11perf top: Use perf_evlist__config()Arnaldo Carvalho de Melo1-139/+65
2012-12-10perf evsel: Introduce method to request IDs be usedArnaldo Carvalho de Melo1-4/+2
2012-12-10perf evsel: Update sample_size when setting sample_type bitsArnaldo Carvalho de Melo1-5/+6
2012-12-09perf top: Add missing newline on pr_err callArnaldo Carvalho de Melo1-1/+1
2012-11-05perf report: Postpone objdump check until annotation requestedNamhyung Kim1-1/+2
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim1-3/+6
2012-10-24perf tools: Give user better message if precise is not supportedDavid Ahern1-0/+4
2012-10-06perf machine: Carve up event processing specific from perf_toolArnaldo Carvalho de Melo1-1/+2
2012-10-04perf tools: Removing hists pair argument from output pathJiri Olsa1-1/+1
2012-10-04perf diff: Refactor diff displacement possition infoJiri Olsa1-1/+1
2012-10-02perf top: Don't use globals where not needed toArnaldo Carvalho de Melo1-5/+4
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo1-1/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-3/+4
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo1-3/+3
2012-08-15perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo1-1/+1
2012-08-14perf tools: Enable grouping logic for parsed eventsJiri Olsa1-8/+4
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa1-2/+4
2012-08-03perf kvm top: Limit guest kernel info message to onceDavid Ahern1-2/+11
2012-08-03perf top: Error handling for counter creation should parallel perf-recordDavid Ahern1-2/+4
2012-08-02perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo1-1/+1
2012-08-01perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo1-1/+1
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa1-1/+1
2012-06-19perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa1-1/+1
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo1-5/+5
2012-05-31perf callchain: Make callchain cursors TLSNamhyung Kim1-1/+1
2012-05-29perf tools: Convert critical messages to ui__error()Namhyung Kim1-11/+11
2012-05-25perf top: Fix counter name fixup when fallbacking to cpu-clockArnaldo Carvalho de Melo1-1/+1
2012-05-22perf tools: Bump default sample freq to 4 kHzArnaldo Carvalho de Melo1-1/+1
2012-05-22perf target: Add cpu flag to sample_type if target has cpuNamhyung Kim1-0/+3
2012-05-17perf target: Add uses_mmap fieldNamhyung Kim1-0/+3
2012-05-16perf target: Rename functions to avoid double negationNamhyung Kim1-1/+1
2012-05-09perf top: Update event name when falling back to cpu-clockDavid Ahern1-0/+4
2012-05-08perf top: Default to system wide using perf_target methodsArnaldo Carvalho de Melo1-2/+1
2012-05-07perf target: Consolidate target task/cpu checkingNamhyung Kim1-1/+1
2012-05-07perf tools: Introduce perf_target__strerror()Namhyung Kim1-3/+16
2012-05-07perf target: Introduce perf_target__parse_uid()Namhyung Kim1-2/+1