summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07perf: Do not get values from disabled counters in group format readJiri Olsa
2013-08-07perf: Add PERF_EVENT_IOC_ID ioctl to return event IDJiri Olsa
2013-07-30watchdog: Make it work under full dynticksFrederic Weisbecker
2013-07-30perf: Implement finer grained full dynticks kickFrederic Weisbecker
2013-07-30perf: Account freq events per cpuFrederic Weisbecker
2013-07-30perf: Migrate per cpu event accountingFrederic Weisbecker
2013-07-30perf: Split the per-cpu accounting part of the event accounting codeFrederic Weisbecker
2013-07-30perf: Factor out event accounting code to account_event()/__free_event()Frederic Weisbecker
2013-07-30perf: Sanitize get_callchain_buffer()Frederic Weisbecker
2013-07-30perf: Fix branch stack refcount leak on callchain init failureFrederic Weisbecker
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra
2013-07-23sched: Implement smarter wake-affine logicMichael Wang
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov
2013-07-23perf tools: Add test for converting perf time to/from TSCAdrian Hunter
2013-07-23perf/x86: Add ability to calculate TSC from perf sample timestampsAdrian Hunter
2013-07-23perf: Fix broken union in 'struct perf_event_mmap_page'Adrian Hunter
2013-07-23perf: Update perf_event_type documentationPeter Zijlstra
2013-07-23kprobes/x86: Call out into INT3 handler directly instead of using notifierJiri Kosina
2013-07-23Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2013-07-22perf tools: Move weight back to common sort keysAndi Kleen
2013-07-22perf tests: Add broken install-* tests into tests/makeJiri Olsa
2013-07-22perf tests: Add 'make install/install-bin' tests into tests/makeJiri Olsa
2013-07-22perf tests: Add DESTDIR=TMP_DEST tests/make variableJiri Olsa
2013-07-22perf tests: Rename TMP to TMP_O tests/make variableJiri Olsa
2013-07-22perf tests: Run ctags/cscope make tests only with needed binariesJiri Olsa
2013-07-22perf tools: Fix build with perl 5.18Kirill A. Shutemov