aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-top.c
AgeCommit message (Expand)Author
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim
2013-01-31perf top: Delete maps on exitArnaldo Carvalho de Melo
2013-01-31perf top: Stop using exit()Arnaldo Carvalho de Melo
2013-01-24perf tools: Allow passing a list to intlist__newArnaldo Carvalho de Melo
2013-01-24perf tools: Move get_term_dimensions from top to util.cDavid Ahern
2013-01-24perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo
2013-01-24perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo
2013-01-24perf evsel: Introduce event fallback methodArnaldo Carvalho de Melo
2013-01-24perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo
2012-12-11perf top: Use perf_evlist__config()Arnaldo Carvalho de Melo
2012-12-10perf evsel: Introduce method to request IDs be usedArnaldo Carvalho de Melo
2012-12-10perf evsel: Update sample_size when setting sample_type bitsArnaldo Carvalho de Melo
2012-12-09perf top: Add missing newline on pr_err callArnaldo Carvalho de Melo
2012-11-05perf report: Postpone objdump check until annotation requestedNamhyung Kim
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim
2012-10-24perf tools: Give user better message if precise is not supportedDavid Ahern
2012-10-06perf machine: Carve up event processing specific from perf_toolArnaldo Carvalho de Melo
2012-10-04perf tools: Removing hists pair argument from output pathJiri Olsa
2012-10-04perf diff: Refactor diff displacement possition infoJiri Olsa
2012-10-02perf top: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo
2012-08-15perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo
2012-08-14perf tools: Enable grouping logic for parsed eventsJiri Olsa
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa
2012-08-03perf kvm top: Limit guest kernel info message to onceDavid Ahern
2012-08-03perf top: Error handling for counter creation should parallel perf-recordDavid Ahern
2012-08-02perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo
2012-08-01perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa
2012-06-19perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo
2012-05-31perf callchain: Make callchain cursors TLSNamhyung Kim
2012-05-29perf tools: Convert critical messages to ui__error()Namhyung Kim
2012-05-25perf top: Fix counter name fixup when fallbacking to cpu-clockArnaldo Carvalho de Melo
2012-05-22perf tools: Bump default sample freq to 4 kHzArnaldo Carvalho de Melo
2012-05-22perf target: Add cpu flag to sample_type if target has cpuNamhyung Kim
2012-05-17perf target: Add uses_mmap fieldNamhyung Kim
2012-05-16perf target: Rename functions to avoid double negationNamhyung Kim
2012-05-09perf top: Update event name when falling back to cpu-clockDavid Ahern
2012-05-08perf top: Default to system wide using perf_target methodsArnaldo Carvalho de Melo
2012-05-07perf target: Consolidate target task/cpu checkingNamhyung Kim
2012-05-07perf tools: Introduce perf_target__strerror()Namhyung Kim
2012-05-07perf target: Introduce perf_target__parse_uid()Namhyung Kim