Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3acb458c32293405cf68985b7b3ac5dc0a5e7929
/
kernel
/
perf_event.c
e566b76
perf_event: Fix cgrp event scheduling bug in perf_enable_on_exec()
by Stephane Eranian
· 14 years ago
fd1edb3
perf: Fix task_struct reference leak
by Peter Zijlstra
· 14 years ago
2044338
perf: Rebase max unprivileged mlock threshold on top of page size
by Frederic Weisbecker
· 14 years ago
880f573
perf: Better fit max unprivileged mlock pages for tools needs
by Frederic Weisbecker
· 14 years ago
68cacd2
perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx()
by Stephane Eranian
· 14 years ago
38b435b
perf: Fix tear-down of inherited group events
by Peter Zijlstra
· 14 years ago
a0f7d0f
perf: Handle stopped state with tracepoints
by Frederic Weisbecker
· 14 years ago
91b2f48
perf: Fix the software events state check
by Frederic Weisbecker
· 14 years ago
0830937
perf: Fix cgroup vs jump_label problem
by Peter Zijlstra
· 14 years ago
1b15d05
perf cgroup: Clean up perf_cgroup_create()
by Li Zefan
· 14 years ago
f75e18c
perf cgroup: Fix unmatched call to perf_detach_cgroup()
by Li Zefan
· 14 years ago
3db272c
perf cgroup: Fix leak of file reference count
by Li Zefan
· 14 years ago
940c5b2
perf: Fix the missing event initialization when pmu is found in idr
by Lin Ming
· 14 years ago
768a06e
perf: Simplify task_clock_event_read()
by Peter Zijlstra
· 14 years ago
3f7cce3
perf_events: Fix rcu and locking issues with cgroup support
by Stephane Eranian
· 14 years ago
ba3dd36
perf: Optimize hrtimer events
by Peter Zijlstra
· 14 years ago
163ec43
perf: Optimize throttling code
by Peter Zijlstra
· 14 years ago
e5d1367
perf: Add cgroup support
by Stephane Eranian
· 14 years ago
b00560f
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
4fe757d
perf: Fix throttle logic
by Peter Zijlstra
· 14 years ago
c7f9a6f
Merge branch 'linus' into perf/core
by Ingo Molnar
· 14 years ago
542e72f
perf: Fix reading in perf_event_read()
by Peter Zijlstra
· 14 years ago
fe4b04f
perf: Cure task_oncpu_function_call() races
by Peter Zijlstra
· 14 years ago
88d4f0d
perf: Fix alloc_callchain_buffers()
by Eric Dumazet
· 14 years ago
806839b
perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/
by Oleg Nesterov
· 14 years ago
547e9fd
perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat
by Peter Zijlstra
· 14 years ago
8550d7c
perf: Fix perf_event_init_task()/perf_event_free_task() interaction
by Oleg Nesterov
· 14 years ago
dbe08d8
perf: Fix find_get_context() vs perf_event_exit_task() race
by Oleg Nesterov
· 14 years ago
335bc70
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
66832eb
perf: Validate cpu early in perf_event_alloc()
by Oleg Nesterov
· 14 years ago
22a4ec7
perf: Find_get_context: fix the per-cpu-counter check
by Oleg Nesterov
· 14 years ago
c5ed514
perf: Fix contexted inheritance
by Peter Zijlstra
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
4158755
perf_events: Add perf_event_time()
by Stephane Eranian
· 14 years ago
5632ab1
perf_events: Generalize use of event_filter_match()
by Stephane Eranian
· 14 years ago
0b3fcf1
perf_events: Move code around to prepare for cgroup
by Stephane Eranian
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
abe4340
perf: Sysfs enumeration
by Peter Zijlstra
· 14 years ago
2e80a82
perf: Dynamic pmu types
by Peter Zijlstra
· 14 years ago
006b20f
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
ce67783
perf: Fix off by one in perf_swevent_init()
by Dan Carpenter
· 14 years ago
c277443
perf: Stop all counters on reboot
by Peter Zijlstra
· 14 years ago
5167695
perf: Fix duplicate events with multiple-pmu vs software events
by Peter Zijlstra
· 14 years ago
c980d10
perf events: Make sample_type identity fields available in all PERF_RECORD_ events
by Arnaldo Carvalho de Melo
· 14 years ago
6844c09
perf events: Separate the routines handling the PERF_SAMPLE_ identity fields
by Arnaldo Carvalho de Melo
· 14 years ago
614b678
perf events: Fix event inherit fallout of precalculated headers
by Thomas Gleixner
· 14 years ago
c320c7b
perf events: Precalculate the header space for PERF_SAMPLE_ fields
by Arnaldo Carvalho de Melo
· 14 years ago
fa9f90b
Kill off a bunch of warning: ‘inline’ is not at beginning of declaration
by Jesper Juhl
· 14 years ago
9639882
perf: Ignore non-sampling overflows
by Peter Zijlstra
· 14 years ago
5d508e8
perf: Don't bother to init the hrtimer for no SW sampling counters
by Franck Bui-Huu
· 14 years ago
2e939d1
perf: Limit event refresh to sampling event
by Franck Bui-Huu
· 14 years ago
6c7e550
perf: Introduce is_sampling_event()
by Franck Bui-Huu
· 14 years ago
6c869e7
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
ee6dcfa
perf: Fix the software context switch counter
by Peter Zijlstra
· 14 years ago
dddd337
perf: Fix inherit vs. context rotation bug
by Thomas Gleixner
· 14 years ago
ae51ce9
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
by Ingo Molnar
· 14 years ago
61c3265
tracing: New flag to allow non privileged users to use a trace event
by Frederic Weisbecker
· 14 years ago
8882135
perf: Fix owner-list vs exit
by Peter Zijlstra
· 14 years ago
fcf48a7
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent
by Ingo Molnar
· 14 years ago
3c502e7
perf,hw_breakpoint: Initialize hardware api earlier
by Jason Wessel
· 14 years ago
eed0152
perf_events: Fix time tracking in samples
by Stephane Eranian
· 14 years ago
d7842da
perf_events: Fix for transaction recovery in group_sched_in()
by Stephane Eranian
· 14 years ago
9ffcfa6
perf_events: Revert: Fix transaction recovery in group_sched_in()
by Stephane Eranian
· 14 years ago
5d70f79
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
7e54a5a
perf: Optimize sw events
by Peter Zijlstra
· 14 years ago
82cd6de
perf: Use jump_labels to optimize the scheduler hooks
by Peter Zijlstra
· 14 years ago
d580ff8
perf, hw_breakpoint: Fix crash in hw_breakpoint creation
by Peter Zijlstra
· 14 years ago
c6be5a5
perf: Find task before event alloc
by Peter Zijlstra
· 14 years ago
e7d0bc0
perf: Fix task refcount bugs
by Peter Zijlstra
· 14 years ago
74c3337
perf: Fix group moving
by Peter Zijlstra
· 14 years ago
e360adb
irq_work: Add generic hardirq context callbacks
by Peter Zijlstra
· 14 years ago
8e5fc1a
perf_events: Fix transaction recovery in group_sched_in()
by Stephane Eranian
· 14 years ago
c530ccd
perf_events: Fix bogus context time tracking
by Stephane Eranian
· 14 years ago
6268464
Merge remote branch 'tip/perf/core' into oprofile/core
by Robert Richter
· 14 years ago
ad0cf34
perf: Fix incorrect copy_from_user() usage
by John Blackwood
· 14 years ago
ad0f7cf
Merge branch 'oprofile/urgent' (early part) into oprofile/perf
by Robert Richter
· 14 years ago
84c7991
perf: New helper function for pmu name
by Matt Fleming
· 14 years ago
540804b
perf_events: Fix invalid pointer when pid is invalid
by Stephane Eranian
· 14 years ago
41945f6
perf: Avoid RCU vs preemption assumptions
by Peter Zijlstra
· 14 years ago
e9d2b06
perf: Undo the per cpu-context timer stuff
by Peter Zijlstra
· 14 years ago
917bdd1
perf: Fix perf_event_exit_cpu_context()
by Peter Zijlstra
· 14 years ago
b04243e
perf: Complete software pmu grouping
by Peter Zijlstra
· 14 years ago
d14b12d
perf_events: Fix broken event grouping
by Stephane Eranian
· 14 years ago
38a81da
perf events: Clean up pid passing
by Matt Helsley
· 14 years ago
2ebd4ff
perf events: Split out task search into helper
by Matt Helsley
· 14 years ago
0c67b40
perf: Fix free_event()
by Peter Zijlstra
· 14 years ago
cde8e88
perf: Sanitize the RCU logic
by Peter Zijlstra
· 14 years ago
e5f4d33
perf: Fix perf_init_event()
by Peter Zijlstra
· 14 years ago
cee010e
perf: Ensure we call add_event_to_ctx() with the right locks held
by Peter Zijlstra
· 14 years ago
4e231c7
perf: Fix up delayed_put_task_struct()
by Peter Zijlstra
· 14 years ago
1b9a644
perf: Optimize context ops
by Peter Zijlstra
· 14 years ago
89a1e18
perf: Provide a separate task context for swevents
by Peter Zijlstra
· 14 years ago
8dc85d547
perf: Multiple task contexts
by Peter Zijlstra
· 14 years ago
eb18447
perf: Clean up perf_event_context allocation
by Peter Zijlstra
· 14 years ago
97dee4f
perf: Move some code around
by Peter Zijlstra
· 14 years ago
108b02c
perf: Per-pmu-per-cpu contexts
by Peter Zijlstra
· 14 years ago
b5ab4cd
perf: Per cpu-context rotation timer
by Peter Zijlstra
· 14 years ago
b28ab83
perf: Remove the swevent hash-table from the cpu context
by Peter Zijlstra
· 14 years ago
c3f00c7
perf: Separate find_get_context() from event initialization
by Peter Zijlstra
· 14 years ago
15ac9a3
perf: Remove the sysfs bits
by Peter Zijlstra
· 14 years ago
Next »