aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-23perf: Drop sample rate when sampling is too slowDave Hansen1-4/+88
2013-06-20hw_breakpoint: Introduce "struct bp_cpuinfo"Oleg Nesterov1-33/+36
2013-06-20hw_breakpoint: Simplify *register_wide_hw_breakpoint()Oleg Nesterov1-23/+11
2013-06-20hw_breakpoint: Introduce cpumask_of_bp()Oleg Nesterov1-26/+17
2013-06-20hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() pathsOleg Nesterov1-12/+8
2013-06-20hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() pathsOleg Nesterov1-24/+16
2013-06-20Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+3
2013-06-20hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov1-2/+2
2013-06-20hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)Oleg Nesterov1-1/+1
2013-06-19perf: Add const qualifier to perf_pmu_register's 'name' argMischa Jonker1-1/+1
2013-06-19perf: Fix hypervisor branch sampling permission checkStephane Eranian1-2/+2
2013-06-19Merge branch 'perf/urgent' into perf/coreIngo Molnar2-72/+165
2013-06-19perf: Fix mmap() accounting holePeter Zijlstra2-72/+159
2013-05-28perf: Fix perf mmap bugsPeter Zijlstra2-17/+23
2013-05-28perf/x86: Check branch sampling priv level in generic codeStephane Eranian1-5/+4
2013-05-28perf: Add sysfs entry to adjust multiplexing interval per PMUStephane Eranian1-4/+59
2013-05-28perf: Use hrtimers for event multiplexingStephane Eranian1-8/+106
2013-05-28perf: Fix hw breakpoints overflow period samplingJiri Olsa2-1/+6
2013-05-07perf: Factor out auxiliary events notificationJiri Olsa1-153/+89
2013-05-07perf: Fix EXIT event notificationJiri Olsa1-12/+14
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+16
2013-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+10
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker4-66/+328
2013-05-01perf: Fix vmalloc ring buffer pages handlingJiri Olsa1-4/+10
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-49/+281
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+16
2013-04-22perf: New helper to prevent full dynticks CPUs from stopping tickFrederic Weisbecker1-0/+10
2013-04-22perf: Kick full dynticks CPU if events rotation is neededFrederic Weisbecker1-1/+6
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney1-0/+2
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar3-7/+23
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala1-1/+1
2013-04-13uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov1-4/+0
2013-04-13uretprobes: Limit the depth of return probe nestednessAnton Arapov1-0/+11
2013-04-13uretprobes: Return probe exit, invoke handlersAnton Arapov1-1/+64
2013-04-13uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov1-1/+91
2013-04-13uretprobes: Reserve the first slot in xol_vma for trampolineAnton Arapov1-0/+25
2013-04-13uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov1-3/+14
2013-04-12perf: Fix error return codeWei Yongjun1-0/+1
2013-04-10perf: make perf_event cgroup hierarchicalTejun Heo1-8/+16
2013-04-08perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang1-1/+2
2013-04-04uprobes: Change write_opcode() to use copy_*page()Oleg Nesterov1-10/+2
2013-04-04uprobes: Introduce copy_to_page()Oleg Nesterov1-6/+8
2013-04-04uprobes: Kill the unnecesary filp != NULL check in __copy_insn()Oleg Nesterov1-3/+0
2013-04-04uprobes: Change __copy_insn() to use copy_from_page()Oleg Nesterov1-11/+2
2013-04-04uprobes: Turn copy_opcode() into copy_from_page()Oleg Nesterov1-4/+4
2013-04-04uprobes: Add trap variant helperAnanth N Mavinakayanahalli1-5/+29
2013-04-04uprobes: Use file_inode()Oleg Nesterov1-5/+5
2013-04-01perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian1-0/+3
2013-04-01perf: Add generic memory sampling interfaceStephane Eranian1-0/+6
2013-04-01perf/core: Add weighted samplesAndi Kleen1-0/+6