aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-top.c
AgeCommit message (Expand)Author
2011-04-21perf tool: Fix gcc 4.6.0 issuesKyle McMartin
2011-02-10perf tools: Fix thread_map event synthesizing in top and recordArnaldo Carvalho de Melo
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo
2011-01-11Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return"Arnaldo Carvalho de Melo
2011-01-11perf top: Fix annotate segvArnaldo Carvalho de Melo
2011-01-11perf evsel: Fix order of event list deletionArnaldo Carvalho de Melo
2011-01-10perf tools: Emit clearer message for sys_perf_event_open ENOENT returnArnaldo Carvalho de Melo
2011-01-04perf tools: Refactor all_tids to hold nr and the mapArnaldo Carvalho de Melo
2011-01-04perf tools: Refactor cpumap to hold nr and the mapArnaldo Carvalho de Melo
2011-01-03perf evsel: Delete the event selectors at exitArnaldo Carvalho de Melo
2011-01-03perf tools: Introduce event selectorsArnaldo Carvalho de Melo
2010-12-21perf session: Fallback to unordered processing if no sample_id_allIan Munsie
2010-12-04perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ eventsArnaldo Carvalho de Melo
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo
2010-11-20perf stat: Change and clean up sys_perf_event_open error handlingCorey Ashford
2010-11-10perf: Fix usages of profile_cpu in builtin-top.c to use cpu_listCorey Ashford
2010-08-04perf: expose event__process functionSrikar Dronamraju
2010-06-05perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo
2010-06-05perf tools: Add the ability to specify list of cpus to monitorStephane Eranian
2010-05-26perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra
2010-05-02perf: add perf-inject builtinTom Zanussi
2010-04-27perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-03-26perf record: Zero out mmap_array to fix segfaultZhang, Yanmin
2010-03-18perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin
2010-03-17Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-03-16perf top: Add missing initialization to zeroArnaldo Carvalho de Melo
2010-03-16perf top: Improve the autosizing of column lenghtsArnaldo Carvalho de Melo
2010-03-15perf top: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo
2010-03-12perf top: Export get_window_dimensionsArnaldo Carvalho de Melo
2010-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras
2010-03-10perf-top: Show the percentage of successfull PEBS-fixupsPeter Zijlstra
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker
2010-02-25perf top: Use a macro instead of a constant variableArnaldo Carvalho de Melo
2010-02-14perf top: Fix help text alignmentKirill Smelkov
2010-02-07perf top: Use address pattern in lookup_sym_sourceArnaldo Carvalho de Melo
2010-02-07perf top: Fix annotate for userspaceKirill Smelkov
2010-02-04perf annotate: Fix perf top module symbol annotationMike Galbraith
2010-02-04perf top: Teach it to autolocate vmlinuxKirill Smelkov
2010-01-29perf session: Create kernel maps in the constructorArnaldo Carvalho de Melo
2010-01-29perf top: Exit if specified --vmlinux can't be usedArnaldo Carvalho de Melo
2010-01-27perf top: Handle PERF_RECORD_{FORK,EXIT} eventsArnaldo Carvalho de Melo
2010-01-27perf top: Fix sample countingArnaldo Carvalho de Melo
2010-01-13perf top: Fix code typo in prompt_symbol()Kirill Smelkov