summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-171-2/+14
| * x86: Introduce int3 (breakpoint)-based instruction patchingJiri Kosina2013-07-173-1/+108
* | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-07-1968-1208/+2948
|\ \
| * | perf header: Recognize version number for perf data fileJiri Olsa2013-07-172-5/+13
| * | perf header: Introduce feat_offset into perf_headerJiri Olsa2013-07-172-2/+5
| * | perf header: Remove attr_offset from perf_headerJiri Olsa2013-07-172-3/+3
| * | perf header: Remove data_offset seek as it's not neededJiri Olsa2013-07-171-2/+0
| * | perf session: Use session->fd instead of passing fd as argumentJiri Olsa2013-07-173-9/+8
| * | perf tests: Check proper prev_state size for sched_switch tpJiri Olsa2013-07-171-1/+1
| * | perf symbols: Do not apply symfs for an absolute vmlinux pathNamhyung Kim2013-07-171-2/+5
| * | perf tools: Fix 'make tools/perf'Robert Richter2013-07-171-1/+1
| * | perf tools: Remove event types framework completelyJiri Olsa2013-07-159-134/+1
| * | perf record: Remove event types pushingJiri Olsa2013-07-151-6/+0
| * | perf tools: Remove event types from perf data fileJiri Olsa2013-07-152-29/+2
| * | perf timechart: Remove event types framework only userJiri Olsa2013-07-151-58/+97
| * | perf timechart: Use traceevent lib event-parse.h includeJiri Olsa2013-07-151-19/+2
| * | perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa2013-07-123-42/+41
| * | perf diff: Add generic order option for compute sortingJiri Olsa2013-07-122-31/+70
| * | perf diff: Making compute functions staticJiri Olsa2013-07-122-22/+15
| * | perf diff: Update perf diff documentation for multiple data comparisonJiri Olsa2013-07-121-9/+64
| * | perf diff: Change diff command to work over multiple data filesJiri Olsa2013-07-121-33/+66
| * | perf diff: Move columns into struct data__fileJiri Olsa2013-07-121-42/+55
| * | perf diff: Move diff related columns into diff commandJiri Olsa2013-07-123-230/+292
| * | perf diff: Display data file info ahead of the diff outputJiri Olsa2013-07-121-0/+18
| * | perf hists: Marking dummy hists entriesJiri Olsa2013-07-123-7/+18
| * | perf diff: Switching the base hists to be pairs headJiri Olsa2013-07-122-50/+35
| * | perf diff: Introducing diff_data object to hold filesJiri Olsa2013-07-121-48/+95
| * | perf tools: Centralize default columns init in perf_hpp__initJiri Olsa2013-07-124-4/+2
| * | perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa2013-07-125-41/+71