- 75c9f32 perf_events: Fix sample_period transfer on inherit by Peter Zijlstra · 15 years ago
- 18c01f8 perf_events, x86: Remove spurious counter reset from x86_pmu_enable() by Peter Zijlstra · 15 years ago
- 452a339 perf_events, x86: Implement Intel Westmere support by Peter Zijlstra · 15 years ago
- 1a6e21f perf_events, x86: Clean up hw_perf_*_all() implementation by Peter Zijlstra · 15 years ago
- ed8777f perf_events, x86: Fix event constraint masks by Peter Zijlstra · 15 years ago
- 2e84187 perf_event: x86: Deduplicate the disable code by Peter Zijlstra · 15 years ago
- 184f412 perf, x86: Clean up event constraints code a bit by Ingo Molnar · 15 years ago
- 6c9687a perf_event: x86: Optimize x86_pmu_disable() by Peter Zijlstra · 15 years ago
- c933c1a perf_event: x86: Optimize the fast path a little more by Peter Zijlstra · 15 years ago
- 272d30b perf_event: x86: Optimize constraint weight computation by Peter Zijlstra · 15 years ago
- 63b1464 perf_event: x86: Optimize the constraint searching bits by Peter Zijlstra · 15 years ago
- 9f41699 bitops: Provide compile time HWEIGHT{8,16,32,64} by Peter Zijlstra · 15 years ago
- 8433be1 perf_event: x86: Reduce some overly long lines with some MACROs by Peter Zijlstra · 15 years ago
- c91e0f5 perf_event: x86: Clean up some of the u64/long bitmask casting by Peter Zijlstra · 15 years ago
- 81269a0 perf_event: x86: Fixup constraints typing issue by Peter Zijlstra · 15 years ago
- 502568d perf_event: x86: Allocate the fake_cpuc by Peter Zijlstra · 15 years ago
- 8113070 perf_events: Add fast-path to the rescheduling code by Stephane Eranian · 15 years ago
- 1da53e0 perf_events, x86: Improve x86 event scheduling by Stephane Eranian · 15 years ago
- e0e53db x86/hw-breakpoints: Optimize return code from notifier chain in hw_breakpoint_handler by K.Prasad · 15 years ago
- 40f9249 x86/debug: Clear reserved bits of DR6 in do_debug() by K.Prasad · 15 years ago
- 1e12a4a tracing/kprobe: Cleanup unused return value of tracing functions by Xiao Guangrong · 15 years ago
- 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 15 years ago
- 339ce1a perf: Fix inconsistency between IP and callchain sampling by Anton Blanchard · 15 years ago
- 408f0d1 perf trace: Add -i option for choosing input file by Hitoshi Mitake · 15 years ago
- 19fc2de perf symbols: Use the right variable to check for kallsyms in the cache by Arnaldo Carvalho de Melo · 15 years ago
- e1c7c6a perf symbols: Fix inverted logic for showing kallsyms as the source of symbols by Arnaldo Carvalho de Melo · 15 years ago
- 0f35cd4 perf top: Handle PERF_RECORD_{FORK,EXIT} events by Arnaldo Carvalho de Melo · 15 years ago
- 24bfef0 perf top: Fix sample counting by Arnaldo Carvalho de Melo · 15 years ago
- abd5071 perf: Reimplement frequency driven sampling by Peter Zijlstra · 15 years ago
- ef12a14 perf buildid-cache: Add new command to manage build-id cache by Arnaldo Carvalho de Melo · 15 years ago
- dc8d6ab perf symbols: Use only --vmlinux if specified by Arnaldo Carvalho de Melo · 15 years ago
- f162f87ad perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event by Arnaldo Carvalho de Melo · 15 years ago
- d5526d8 perf archive: Fix installation steps in the Makefile by Arnaldo Carvalho de Melo · 15 years ago
- e8d433f perf archive: Add documentation by Arnaldo Carvalho de Melo · 15 years ago
- df3ab70 kprobetrace, doc: Add the explanation to remove probe points by Motohiro KOSAKI · 15 years ago
- 580d9e0 kprobetrace, doc: Shell needs single quote to use $ character by Motohiro KOSAKI · 15 years ago
- f426a7e Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 15 years ago
- 329c0e0 perf: Better order flexible and pinned scheduling by Frederic Weisbecker · 15 years ago
- 7defb0f perf: Don't schedule out/in pinned events on task tick by Frederic Weisbecker · 15 years ago
- 5b0311e perf: Allow pinned and flexible groups to be scheduled separately by Frederic Weisbecker · 15 years ago
- 42cce92 perf: Make __perf_event_sched_out static by Frederic Weisbecker · 15 years ago
- 231e36f tracing/kprobe: Update kprobe tracing self test for new syntax by Masami Hiramatsu · 15 years ago
- 0eda738 perf probe: Fix build error of builtin-probe.c by Hitoshi Mitake · 15 years ago
- 69e3f52 perf: Fix implicit declaration of getline in util.c by Frederic Weisbecker · 15 years ago
- d6f962b perf: Export software-only event group characteristic as a flag by Frederic Weisbecker · 15 years ago
- e286417 perf: Round robin flexible groups of events using list_rotate_left() by Frederic Weisbecker · 15 years ago
- 5908cdc list: Introduce list_rotate_left() by Frederic Weisbecker · 15 years ago
- 889ff01 perf/core: Split context's event group list into pinned and non-pinned lists by Frederic Weisbecker · 15 years ago
- 881516e perf symbols: Accept an alias when looking for "_text" by Arnaldo Carvalho de Melo · 15 years ago
- f5a2c3d perf record: Intercept all events by Arnaldo Carvalho de Melo · 15 years ago
- 2c58517 perf archive: Add helper script to package files needed to do analysis by Arnaldo Carvalho de Melo · 15 years ago
- 460848f perf symbols: The synthesized kernel modules MMAP must use the pathnames by Arnaldo Carvalho de Melo · 15 years ago
- 88d3d9b7 perf buildid-list: Introduce --with-hits option by Arnaldo Carvalho de Melo · 15 years ago
- 59ee68e perf symbols: Create thread__find_addr_map from thread__find_addr_location by Arnaldo Carvalho de Melo · 15 years ago
- 18c3daa perf record: Encode the domain while synthesizing MMAP events by Arnaldo Carvalho de Melo · 15 years ago
- cf4e5b0 perf symbols: Use dso->long_name in dsos__find() by Arnaldo Carvalho de Melo · 15 years ago
- 9e20144 perf symbols: Cache /proc/kallsyms files by build-id by Arnaldo Carvalho de Melo · 15 years ago
- 8d0591f perf symbols: Don't try to load kallsyms if doesn't match the record build-id by Arnaldo Carvalho de Melo · 15 years ago
- 1b75962 perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE) by Arnaldo Carvalho de Melo · 15 years ago
- ba21594 perf tools: Cross platform perf.data analysis support by Arnaldo Carvalho de Melo · 15 years ago
- 0d75503 perf tools: Don't cast RIP to pointers by Arnaldo Carvalho de Melo · 15 years ago
- 66aeb6d perf top: Fix code typo in prompt_symbol() by Kirill Smelkov · 15 years ago
- 0895cf0 perf: Fix few typos + cosmetics by Kirill Smelkov · 15 years ago
- b7cece7 perf tools: Encode kernel module mappings in perf.data by Arnaldo Carvalho de Melo · 15 years ago
- ff314d3 perf: Make cmd_to_page() function more compact by Wenji Huang · 15 years ago
- 8381f65 sched/perf: Make sure irqs are disabled for perf_event_task_sched_in() by Jamie Iles · 15 years ago
- cf55311 perf tools: Create typedef for common event synthesizing callback by Arnaldo Carvalho de Melo · 15 years ago
- a89e5abe perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header table by Arnaldo Carvalho de Melo · 15 years ago
- fed5af6 perf buildid-list: No need to process the header sections again by Arnaldo Carvalho de Melo · 15 years ago
- 8d9e503 perf: Fix memory leak: counterwidth by Alexander Beregalov · 15 years ago
- 631c9de perf probe: Support --line option to show probable source-code lines by Masami Hiramatsu · 15 years ago
- 6964cd2 perf tools: Enhance glob string matching by Masami Hiramatsu · 15 years ago
- fb1d2ed perf tools: Support tracepoint glob matching by Masami Hiramatsu · 15 years ago
- 7204133 perf probe: Show probe list in pager by Masami Hiramatsu · 15 years ago
- bbaa46f perf probe: Remove newline from die() by Masami Hiramatsu · 15 years ago
- aa5add9 x86/ptrace: Remove unused regs_get_argument_nth API by Masami Hiramatsu · 15 years ago
- 1464010 tracing/kprobe: Drop function argument access syntax by Masami Hiramatsu · 15 years ago
- ec3a903 tracing/kprobe: Update example output in documentation by Masami Hiramatsu · 15 years ago
- 56b03f3 perf tools: Handle relocatable kernels by Arnaldo Carvalho de Melo · 15 years ago
- b9a63b9 perf report: Fix --no-call-chain option handling by Arnaldo Carvalho de Melo · 15 years ago
- de17648 perf session: Keep pointers to the vmlinux maps by Arnaldo Carvalho de Melo · 15 years ago
- f92cb24 perf tools: Create write_padded routine out of __dsos__write_buildid_table by Arnaldo Carvalho de Melo · 15 years ago
- 36a3e64 perf symbols: Export symbol_type__is_a by Arnaldo Carvalho de Melo · 15 years ago
- 682b335 perf symbols: Generalise the kallsyms parsing routine by Arnaldo Carvalho de Melo · 15 years ago
- 60666c6 perf tools: Fix --pid option for stat by Liming Wang · 15 years ago
- 0fb8ee4 perf: Drop useless check for ignored frame by Frederic Weisbecker · 15 years ago
- 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
- 1703f2c perf tools: Check if /dev/null can be used as the -o gcc argument by Arnaldo Carvalho de Melo · 15 years ago
- 8303951 perf tools: Move QUIET_STDERR def to before first use by Arnaldo Carvalho de Melo · 15 years ago
- c2c5d45 perf: Stop stack frame walking off kernel addresses boundaries by Frederic Weisbecker · 15 years ago
- 7284ce6 Linux 2.6.33-rc4 by Linus Torvalds · 15 years ago
- 53ff709 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 15 years ago
- bb7d3f2 [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable permissions by Bryn M. Reeves · 15 years ago
- 90aeb7c Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 15 years ago
- 2c76127 lib: Introduce generic list_sort function by Dave Chinner · 15 years ago
- dbf004d remove my email address from checkpatch. by Dave Jones · 15 years ago
- 2d13c8f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 15 years ago
- 1f0e14b Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
- f25bb39 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
- 7113578 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago