aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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-09Merge branch 'master' into virtio-nextRusty Russell
2013-08-07Revert "tools lib lk: Fix for cross build"Joonsoo Kim
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
2013-08-07perf symbols: avoid SyS kernel syscall aliasesAdrian Hunter
2013-08-07perf stat: Flush output after each line in interval modeAndi Kleen
2013-08-07perf stat: Add support for --initial-delay optionAndi Kleen
2013-08-07perf evsel: Add support for enabling countersAndi Kleen
2013-08-07perf evlist: Remove obsolete dummy execveAndi Kleen
2013-08-07perf kvm: Split out tracepoints from record argsDavid Ahern
2013-08-07perf session: Export a few functions for event processingDavid Ahern
2013-08-07perf stats: Add max and min statsDavid Ahern
2013-08-07perf top: move CONSOLE_CLEAR to header fileDavid Ahern
2013-08-07perf util: Add parse_nsec_time() functionNamhyung Kim
2013-08-07perf python: Remove duplicate TID bit from maskArnaldo Carvalho de Melo
2013-08-07perf trace: Beautify 'connect' resultArnaldo Carvalho de Melo
2013-08-07perf tools: Fix compile of util/tsc.cDavid Ahern
2013-08-07perf evsel: Actually show symbol offset in stack trace when requestedDavid Ahern
2013-08-07perf tests: Add parse events tests for leader samplingJiri Olsa
2013-08-07perf tests: Add attr record group sampling testJiri Olsa
2013-08-07perf tools: Add 'S' event/group modifier to read sample valueJiri Olsa
2013-08-07perf evsel: Add PERF_SAMPLE_READ sample related processingJiri Olsa
2013-08-07perf evlist: Add perf_evlist__id2sid method to get event ID related dataJiri Olsa
2013-08-07perf evlist: Fix event ID retrieval for group format read caseJiri Olsa
2013-08-07perf tools: Add support for parsing PERF_SAMPLE_READ sample typeJiri Olsa
2013-08-07perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event idJiri Olsa
2013-08-05Tools: hv: check return value of system in hv_kvp_daemonOlaf Hering