aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2013-08-26perf tools: Sample after exit loses thread correlationDavid Ahern
2013-08-26perf trace: Make command line arguments consistent with perf-recordDavid Ahern
2013-08-26perf trace: Implement -o/--output filenameArnaldo Carvalho de Melo
2013-08-16perf tools: Add debug printsAdrian Hunter
2013-08-16perf tools: Re-implement debug print function for linking python/perf.soAdrian Hunter
2013-08-16perf tools: Try to increase the file descriptor limits on EMFILEAndi Kleen
2013-08-16perf kvm: Remove force option to cmd_recordDavid Ahern
2013-08-14perf trace: Allow specifying which syscalls to traceArnaldo Carvalho de Melo
2013-08-14perf tools: Improve robustness of topology parsing codeStephane Eranian
2013-08-14perf tests: Fix compile failure on do_sort_somethingDavid Ahern
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter
2013-08-12perf tools: Remove filter parameter of thread__find_addr_location()Adrian Hunter
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter
2013-08-12perf annotate: Set the machines symbol filterAdrian Hunter
2013-08-12perf mem: Remove unused symbol filter memberAdrian Hunter
2013-08-12perf report: Set the machines symbol filterAdrian Hunter
2013-08-12perf top: Set the machines symbol filterAdrian Hunter
2013-08-12perf machine: Add symbol filter to struct machineAdrian Hunter
2013-08-12perf session: Change perf_session__has_traces to actually check for tracepointsDavid Ahern
2013-08-12perf evsel: Add option to limit stack depth in callchain dumpsDavid Ahern
2013-08-12perf evsel: Add option to print stack trace on single lineDavid Ahern
2013-08-12perf tool: Simplify options to perf_evsel__print_ipDavid Ahern
2013-08-12perf sched: Remove sched_process_fork tracepointDavid Ahern
2013-08-12perf sched: Remove sched_process_exit tracepointDavid Ahern
2013-08-12perf sched: Remove thread lookup in sample handlerDavid Ahern
2013-08-12perf sched: Simplify arguments to read_eventsDavid Ahern
2013-08-12perf kvm: Update documentation with live commandDavid Ahern
2013-08-12perf kvm: Option to print events that exceed a durationDavid Ahern
2013-08-07perf machine: Do not require /lib/modules/* on a guestJason Wessel
2013-08-07perf tests: Add tests of new pinned modifierMichael Ellerman
2013-08-07perf tools: Add support for pinned modifierMichael Ellerman
2013-08-07perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loopNamhyung Kim
2013-08-07perf kvm stat report: Add option to analyze specific VMDavid Ahern
2013-08-07perf kvm: Add min and max stats to displayDavid Ahern
2013-08-07perf kvm: Add live modeDavid Ahern
2013-08-07perf session: Export queue_event functionDavid Ahern
2013-08-07perf annotate browser: Fix typoIngo Molnar
2013-08-07perf annotate browser: Improve description of '?' hotkeyArnaldo Carvalho de Melo
2013-08-07perf annotate: Add call target name if it is missingAdrian Hunter
2013-08-07perf annotate: Remove nop at end of annotationAdrian Hunter
2013-08-07perf annotate: Put dso name in symbol annotation titleAdrian Hunter
2013-08-07perf annotate: Allow disassembly using /proc/kcoreAdrian Hunter
2013-08-07perf tests: Add kcore to the object code reading testAdrian Hunter
2013-08-07perf tests: Adjust the vmlinux symtab matches kallsyms test againAdrian Hunter
2013-08-07perf symbols: Add support for reading from /proc/kcoreAdrian Hunter
2013-08-07perf tools: Make it possible to read object code from kernel modulesAdrian Hunter
2013-08-07perf tests: Adjust the vmlinux symtab matches kallsyms testAdrian Hunter
2013-08-07perf tools: Make it possible to read object code from vmlinuxAdrian Hunter
2013-08-07perf symbols: Load kernel maps before usingAdrian Hunter
2013-08-07perf tests: Add test for reading object codeAdrian Hunter