aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
Commit message (Expand)AuthorAge
* perf top: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-02
* perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo2012-09-26
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo2012-08-15
* perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo2012-08-15
* perf tools: Enable grouping logic for parsed eventsJiri Olsa2012-08-14
* perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa2012-08-11
* perf kvm top: Limit guest kernel info message to onceDavid Ahern2012-08-03
* perf top: Error handling for counter creation should parallel perf-recordDavid Ahern2012-08-03
* perf evlist: Introduce perf_evlist__parse_sampleArnaldo Carvalho de Melo2012-08-02
* perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo2012-08-01
* perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa2012-07-25
* perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa2012-06-19
* perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo2012-06-19
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-31
* perf tools: Convert critical messages to ui__error()Namhyung Kim2012-05-29
* perf top: Fix counter name fixup when fallbacking to cpu-clockArnaldo Carvalho de Melo2012-05-25
* perf tools: Bump default sample freq to 4 kHzArnaldo Carvalho de Melo2012-05-22
* perf target: Add cpu flag to sample_type if target has cpuNamhyung Kim2012-05-22
* perf target: Add uses_mmap fieldNamhyung Kim2012-05-17
* perf target: Rename functions to avoid double negationNamhyung Kim2012-05-16
* perf top: Update event name when falling back to cpu-clockDavid Ahern2012-05-09
* perf top: Default to system wide using perf_target methodsArnaldo Carvalho de Melo2012-05-08
* perf target: Consolidate target task/cpu checkingNamhyung Kim2012-05-07
* perf tools: Introduce perf_target__strerror()Namhyung Kim2012-05-07
* perf target: Introduce perf_target__parse_uid()Namhyung Kim2012-05-07
* perf top: Set target.system_wideArnaldo Carvalho de Melo2012-05-07
* perf evlist: Make create_maps() take struct perf_targetNamhyung Kim2012-05-02
* perf tools: Introduce perf_target__validate() helperNamhyung Kim2012-05-02
* perf top: Convert to struct perf_targetNamhyung Kim2012-05-02
* perf annotate: Validate addr in symbol__inc_addr_samplesArnaldo Carvalho de Melo2012-04-05
* perf top: Add intel_idle to the skip listArnaldo Carvalho de Melo2012-04-05
* perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2012-02-14
* perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo2012-02-14
* perf top: Don't process samples with no valid machine objectJoerg Roedel2012-02-13
* perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-13
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-01-31
|\
| * perf top: Fix number of samples displayedStephane Eranian2012-01-30
* | perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-24
|/
* perf top: Add error message for EMFILENamhyung Kim2012-01-08
* perf top: Don't update total_period on process_sampleArnaldo Carvalho de Melo2012-01-06
* perf top: Fix a memory leakNamhyung Kim2012-01-03
* perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo2011-11-29
* perf top: Stop using globals for tool stateArnaldo Carvalho de Melo2011-11-28
* perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo2011-11-28
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-28
* perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo2011-11-28
* perf session: Remove superfluous callchain_cursor memberArnaldo Carvalho de Melo2011-11-28
* perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo2011-11-28
* perf top: Fix live annotation in the --stdio interfaceArnaldo Carvalho de Melo2011-11-03