summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
Commit message (Expand)AuthorAgeFilesLines
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-311-1/+1
* perf tools: Convert critical messages to ui__error()Namhyung Kim2012-05-291-11/+11
* perf top: Fix counter name fixup when fallbacking to cpu-clockArnaldo Carvalho de Melo2012-05-251-1/+1
* perf tools: Bump default sample freq to 4 kHzArnaldo Carvalho de Melo2012-05-221-1/+1
* perf target: Add cpu flag to sample_type if target has cpuNamhyung Kim2012-05-221-0/+3
* perf target: Add uses_mmap fieldNamhyung Kim2012-05-171-0/+3
* perf target: Rename functions to avoid double negationNamhyung Kim2012-05-161-1/+1
* perf top: Update event name when falling back to cpu-clockDavid Ahern2012-05-091-0/+4
* perf top: Default to system wide using perf_target methodsArnaldo Carvalho de Melo2012-05-081-2/+1
* perf target: Consolidate target task/cpu checkingNamhyung Kim2012-05-071-1/+1
* perf tools: Introduce perf_target__strerror()Namhyung Kim2012-05-071-3/+16
* perf target: Introduce perf_target__parse_uid()Namhyung Kim2012-05-071-2/+1
* perf top: Set target.system_wideArnaldo Carvalho de Melo2012-05-071-0/+4
* perf evlist: Make create_maps() take struct perf_targetNamhyung Kim2012-05-021-3/+1
* perf tools: Introduce perf_target__validate() helperNamhyung Kim2012-05-021-12/+3
* perf top: Convert to struct perf_targetNamhyung Kim2012-05-021-16/+17
* perf annotate: Validate addr in symbol__inc_addr_samplesArnaldo Carvalho de Melo2012-04-051-1/+34
* perf top: Add intel_idle to the skip listArnaldo Carvalho de Melo2012-04-051-0/+1
* perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2012-02-141-4/+3
* perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo2012-02-141-6/+17
* perf top: Don't process samples with no valid machine objectJoerg Roedel2012-02-131-0/+6
* perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-131-7/+5
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-01-311-3/+10
|\
| * perf top: Fix number of samples displayedStephane Eranian2012-01-301-3/+10
* | perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-241-3/+19
|/
* perf top: Add error message for EMFILENamhyung Kim2012-01-081-0/+4
* perf top: Don't update total_period on process_sampleArnaldo Carvalho de Melo2012-01-061-1/+0
* perf top: Fix a memory leakNamhyung Kim2012-01-031-1/+0
* perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo2011-11-291-15/+4
* perf top: Stop using globals for tool stateArnaldo Carvalho de Melo2011-11-281-235/+229
* perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo2011-11-281-3/+3
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-281-48/+51
* perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo2011-11-281-3/+3
* perf session: Remove superfluous callchain_cursor memberArnaldo Carvalho de Melo2011-11-281-2/+2
* perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo2011-11-281-3/+4
* perf top: Fix live annotation in the --stdio interfaceArnaldo Carvalho de Melo2011-11-031-1/+2
* perf top tui: Don't recalc column widths considering just the first pageArnaldo Carvalho de Melo2011-11-021-1/+0
* perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo2011-11-021-11/+26
* perf ui: Rename ui__warning_paranoid to ui__error_paranoidArnaldo Carvalho de Melo2011-10-261-1/+1
* perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo2011-10-261-2/+9
* perf top: Fix the 'E' hotkey, select among multiple eventsArnaldo Carvalho de Melo2011-10-171-0/+1
* perf top: Honour --hide_{user,kernel}_symbols and the 'U' hotkeyArnaldo Carvalho de Melo2011-10-171-2/+6
* perf top: Remove entries from entries_collapsed on decayArnaldo Carvalho de Melo2011-10-131-2/+2
* perf ui browser: Handle SIGWINCHArnaldo Carvalho de Melo2011-10-131-3/+18
* perf tools: Make --no-asm-raw the defaultArnaldo Carvalho de Melo2011-10-071-0/+6
* perf top: Use the TUI interface by defaultArnaldo Carvalho de Melo2011-10-071-7/+0
* perf top: Add callgraph supportArnaldo Carvalho de Melo2011-10-071-2/+144
* perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo2011-10-071-163/+119
* Merge commit 'v3.1-rc9' into perf/coreIngo Molnar2011-10-061-4/+5
|\
| * perf top: Fix userspace sample addr map offsetArnaldo Carvalho de Melo2011-09-231-4/+5