aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-22perf top: Use perf_evsel__openArnaldo Carvalho de Melo1-50/+42
2011-01-22perf evlist: Adopt the pollfd arrayArnaldo Carvalho de Melo1-15/+11
2011-01-22perf evsel: Introduce perf_evlistArnaldo Carvalho de Melo1-26/+34
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo1-4/+5
2011-01-11Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return"Arnaldo Carvalho de Melo1-2/+0
2011-01-11perf top: Fix annotate segvArnaldo Carvalho de Melo1-0/+2
2011-01-11perf evsel: Fix order of event list deletionArnaldo Carvalho de Melo1-0/+1
2011-01-10perf tools: Emit clearer message for sys_perf_event_open ENOENT returnArnaldo Carvalho de Melo1-0/+2
2011-01-04perf tools: Refactor all_tids to hold nr and the mapArnaldo Carvalho de Melo1-22/+13
2011-01-04perf tools: Refactor cpumap to hold nr and the mapArnaldo Carvalho de Melo1-11/+11
2011-01-03perf evsel: Delete the event selectors at exitArnaldo Carvalho de Melo1-3/+1
2011-01-03perf tools: Introduce event selectorsArnaldo Carvalho de Melo1-72/+104
2010-12-21perf session: Fallback to unordered processing if no sample_id_allIan Munsie1-1/+1
2010-12-04perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ eventsArnaldo Carvalho de Melo1-7/+7
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo1-1/+3
2010-11-20perf stat: Change and clean up sys_perf_event_open error handlingCorey Ashford1-2/+4
2010-11-10perf: Fix usages of profile_cpu in builtin-top.c to use cpu_listCorey Ashford1-7/+5
2010-08-04perf: expose event__process functionSrikar Dronamraju1-20/+0
2010-06-05perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo1-1/+3
2010-06-05perf tools: Add the ability to specify list of cpus to monitorStephane Eranian1-6/+10
2010-05-26perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo1-1/+1
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo1-1/+1
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo1-3/+2
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra1-1/+1
2010-05-02perf: add perf-inject builtinTom Zanussi1-1/+1
2010-04-27perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo1-1/+1
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo1-8/+7
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-14/+61
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie1-7/+7
2010-03-26perf record: Zero out mmap_array to fix segfaultZhang, Yanmin1-1/+1
2010-03-18perf events: Change perf parameter --pid to process-wide collection instead of thread-wideZhang, Yanmin1-57/+105
2010-03-17Merge branch 'perf/urgent' into perf/coreIngo Molnar1-4/+9
2010-03-16perf top: Add missing initialization to zeroArnaldo Carvalho de Melo1-1/+1
2010-03-16perf top: Improve the autosizing of column lenghtsArnaldo Carvalho de Melo1-4/+9
2010-03-15perf top: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo1-8/+25
2010-03-12perf top: Export get_window_dimensionsArnaldo Carvalho de Melo1-1/+1
2010-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-5/+4
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras1-5/+4
2010-03-10perf-top: Show the percentage of successfull PEBS-fixupsPeter Zijlstra1-3/+9
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker1-1/+1
2010-02-25perf top: Use a macro instead of a constant variableArnaldo Carvalho de Melo1-3/+4
2010-02-14perf top: Fix help text alignmentKirill Smelkov1-1/+1
2010-02-07perf top: Use address pattern in lookup_sym_sourceArnaldo Carvalho de Melo1-7/+8
2010-02-07perf top: Fix annotate for userspaceKirill Smelkov1-9/+9
2010-02-04perf annotate: Fix perf top module symbol annotationMike Galbraith1-2/+2
2010-02-04perf top: Teach it to autolocate vmlinuxKirill Smelkov1-16/+23
2010-01-29perf session: Create kernel maps in the constructorArnaldo Carvalho de Melo1-5/+0
2010-01-29perf top: Exit if specified --vmlinux can't be usedArnaldo Carvalho de Melo1-1/+23
2010-01-27perf top: Handle PERF_RECORD_{FORK,EXIT} eventsArnaldo Carvalho de Melo1-0/+4
2010-01-27perf top: Fix sample countingArnaldo Carvalho de Melo1-3/+3