Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
40c043b077c6e377c8440d71563c055d0c4f0f0a
/
kernel
/
events
/
core.c
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
4536e4d
Revert "perf: Add PM notifiers to fix CPU hotplug races"
by Linus Torvalds
· 13 years ago
bc3e53f
mm: distinguish between mlocked and pinned pages
by Christoph Lameter
· 13 years ago
6e5fdee
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
by Paul Gortmaker
· 14 years ago
ed3982c
Merge commit 'v3.1-rc7' into perf/core
by Ingo Molnar
· 13 years ago
7f310a5
perf_event: Fix broken calc_timer_values()
by Eric B Munson
· 14 years ago
a8d757e
perf events: Fix slow and broken cgroup context switch code
by Stephane Eranian
· 14 years ago
7e5b2a0
perf: provide PMU when initing events
by Mark Rutland
· 14 years ago
144060f
perf: Add PM notifiers to fix CPU hotplug races
by Peter Zijlstra
· 14 years ago
9985c20
perf: Remove perf_event_attr::type check
by Lin Ming
· 14 years ago
26ca5c1
perf: export perf_event_refresh() to modules
by Avi Kivity
· 14 years ago
4dc0da8
perf: Add context field to perf_event
by Avi Kivity
· 14 years ago
a7ac67e
perf: Remove the perf_output_begin(.sample) argument
by Peter Zijlstra
· 14 years ago
a8b0ca1
perf: Remove the nmi parameter from the swevent and overflow interface
by Peter Zijlstra
· 14 years ago
0d64120
events: Ensure that timers are updated without requiring read() call
by Eric B Munson
· 14 years ago
c479429
events: Move lockless timer calculation into helper function
by Eric B Munson
· 14 years ago
b7526f0
events: Add note to update_event_times comment about holding ctx->lock
by Eric B Munson
· 14 years ago
4ec8363
perf_events: Fix perf buffer watermark setting
by Vince Weaver
· 14 years ago
7636913
perf: Split up buffer handling from core code
by Frederic Weisbecker
· 14 years ago
b58f6b0
perf, core: Fix initial task_ctx/event installation
by Peter Zijlstra
· 14 years ago
3ce2a0b
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
710054b
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 14 years ago
74c355f
perf, cgroups: Fix up for new API
by Peter Zijlstra
· 14 years ago
64ce312
perf: De-schedule a task context when removing the last event
by Peter Zijlstra
· 14 years ago
e03a9a5
perf: Change close() semantics for group events
by Peter Zijlstra
· 14 years ago
dce5855
perf: Collect the schedule-in rules in one function
by Peter Zijlstra
· 14 years ago
db24d33
perf: Change and simplify ctx::is_active semantics
by Peter Zijlstra
· 14 years ago
2c29ef0
perf: Simplify and fix __perf_install_in_context()
by Peter Zijlstra
· 14 years ago
04dc2db
perf: Remove task_ctx_sched_in()
by Peter Zijlstra
· 14 years ago
facc430
perf: Optimize event scheduling locking
by Peter Zijlstra
· 14 years ago
9137fb2
perf: Clean up 'ctx' reference counting
by Peter Zijlstra
· 14 years ago
075e0b0
perf: Optimize ctx_sched_out()
by Peter Zijlstra
· 14 years ago
f506b3d
perf: Fix SIGIO handling
by Peter Zijlstra
· 14 years ago
eb04f2f
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
e7e7ee2
perf events: Clean up definitions and initializers, update copyrights
by Ingo Molnar
· 14 years ago
fae85b7
perf: Start the restructuring
by Borislav Petkov
· 14 years ago
[Renamed from kernel/perf_event.c]
3267382
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
e566b76
perf_event: Fix cgrp event scheduling bug in perf_enable_on_exec()
by Stephane Eranian
· 14 years ago
d430d3d
jump label: Introduce static_branch() interface
by Jason Baron
· 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
Next »