summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf util: Add parse_nsec_time() functionNamhyung Kim2013-08-072-0/+35
* perf python: Remove duplicate TID bit from maskArnaldo Carvalho de Melo2013-08-071-1/+1
* perf trace: Beautify 'connect' resultArnaldo Carvalho de Melo2013-08-071-0/+1
* perf tools: Fix compile of util/tsc.cDavid Ahern2013-08-071-4/+4
* perf evsel: Actually show symbol offset in stack trace when requestedDavid Ahern2013-08-071-1/+6
* perf tests: Add parse events tests for leader samplingJiri Olsa2013-08-071-0/+115
* perf tests: Add attr record group sampling testJiri Olsa2013-08-071-0/+36
* perf tools: Add 'S' event/group modifier to read sample valueJiri Olsa2013-08-075-2/+39
* perf evsel: Add PERF_SAMPLE_READ sample related processingJiri Olsa2013-08-072-1/+74
* perf evlist: Add perf_evlist__id2sid method to get event ID related dataJiri Olsa2013-08-072-5/+18
* perf evlist: Fix event ID retrieval for group format read caseJiri Olsa2013-08-071-0/+7
* perf tools: Add support for parsing PERF_SAMPLE_READ sample typeJiri Olsa2013-08-075-2/+112
* perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event idJiri Olsa2013-08-071-1/+15
* perf: Do not get values from disabled counters in group format readJiri Olsa2013-08-071-1/+2
* perf: Add PERF_EVENT_IOC_ID ioctl to return event IDJiri Olsa2013-08-072-0/+10
* watchdog: Make it work under full dynticksFrederic Weisbecker2013-07-301-8/+0
* perf: Implement finer grained full dynticks kickFrederic Weisbecker2013-07-301-8/+9
* perf: Account freq events per cpuFrederic Weisbecker2013-07-301-0/+7
* perf: Migrate per cpu event accountingFrederic Weisbecker2013-07-301-0/+2
* perf: Split the per-cpu accounting part of the event accounting codeFrederic Weisbecker2013-07-301-32/+55
* perf: Factor out event accounting code to account_event()/__free_event()Frederic Weisbecker2013-07-301-32/+47
* perf: Sanitize get_callchain_buffer()Frederic Weisbecker2013-07-302-20/+23
* perf: Fix branch stack refcount leak on callchain init failureFrederic Weisbecker2013-07-301-6/+6
* sched: Micro-optimize the smart wake-affine logicPeter Zijlstra2013-07-233-2/+8
* sched: Implement smarter wake-affine logicMichael Wang2013-07-232-0/+50
* sched: Move h_load calculation to task_h_load()Vladimir Davydov2013-07-232-35/+30
* perf tools: Add test for converting perf time to/from TSCAdrian Hunter2013-07-237-0/+268
* perf/x86: Add ability to calculate TSC from perf sample timestampsAdrian Hunter2013-07-234-2/+33
* perf: Fix broken union in 'struct perf_event_mmap_page'Adrian Hunter2013-07-231-3/+5
* perf: Update perf_event_type documentationPeter Zijlstra2013-07-232-16/+33
* kprobes/x86: Call out into INT3 handler directly instead of using notifierJiri Kosina2013-07-234-24/+15
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-07-2316-40/+124
|\
| * perf tools: Move weight back to common sort keysAndi Kleen2013-07-222-5/+5
| * perf tests: Add broken install-* tests into tests/makeJiri Olsa2013-07-221-0/+31
| * perf tests: Add 'make install/install-bin' tests into tests/makeJiri Olsa2013-07-221-0/+9
| * perf tests: Add DESTDIR=TMP_DEST tests/make variableJiri Olsa2013-07-221-4/+8
| * perf tests: Rename TMP to TMP_O tests/make variableJiri Olsa2013-07-221-4/+4
| * perf tests: Run ctags/cscope make tests only with needed binariesJiri Olsa2013-07-221-2/+9
| * perf tools: Fix build with perl 5.18Kirill A. Shutemov2013-07-221-2/+2
| * perf tools: Support callchain sorting based on addressesAndi Kleen2013-07-225-9/+34
| * perf bench: Fix memcpy benchmark for large sizesAndi Kleen2013-07-221-0/+2
| * perf evsel: Handle ENODEV on default cycles eventDavid Ahern2013-07-221-1/+1
| * perf script: Fix named threads supportDavid Ahern2013-07-225-15/+21
* | kprobes/x86: Remove unused text_poke_smp() and text_poke_smp_batch() functionsMasami Hiramatsu2013-07-193-112/+2
* | kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()Masami Hiramatsu2013-07-193-84/+23
* | kprobes/x86: Remove an incorrect comment about int3 in NMI/MCEMasami Hiramatsu2013-07-191-10/+0
* | Merge branch 'x86/jumplabel' into perf/coreIngo Molnar2013-07-194-3/+122
|\ \ | |/ |/|
| * x86: Make jump_label use int3-based patchingJiri Kosina2013-07-161-2/+14
| * x86: Introduce int3 (breakpoint)-based instruction patchingJiri Kosina2013-07-163-1/+108
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-07-1968-1208/+2948
|\ \
OpenPOWER on IntegriCloud