index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
callchain.c
Age
Commit message (
Expand
)
Author
2017-05-10
perf/callchain: Force USER_DS when invoking perf_callchain_user()
Will Deacon
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-05-30
perf core: Per event callchain limit
Arnaldo Carvalho de Melo
2016-05-16
perf core: Separate accounting of contexts and real addresses in a stack trace
Arnaldo Carvalho de Melo
2016-05-16
perf core: Add perf_callchain_store_context() helper
Arnaldo Carvalho de Melo
2016-05-16
perf core: Add a 'nr' field to perf_event_callchain_context
Arnaldo Carvalho de Melo
2016-05-16
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
2016-05-16
perf core: Generalize max_stack sysctl handler
Arnaldo Carvalho de Melo
2016-04-27
perf core: Allow setting up max frame stack depth via sysctl
Arnaldo Carvalho de Melo
2016-02-20
perf: generalize perf_callchain
Alexei Starovoitov
2015-11-23
treewide: Remove old email address
Peter Zijlstra
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-09-09
perf/callchain: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
2014-08-26
scheduler: Replace __get_cpu_var with this_cpu_ptr
Christoph Lameter
2013-08-16
perf: Roll back callchain buffer refcount under the callchain mutex
Frederic Weisbecker
2013-07-30
perf: Sanitize get_callchain_buffer()
Frederic Weisbecker
2012-08-10
perf: Add attribute to filter out callchains
Frederic Weisbecker
2012-07-31
perf/trace: Add ability to set a target task for events
Andrew Vagin
2012-01-21
perf: Don't call release_callchain_buffers() if allocation fails
Namhyung Kim
2011-11-14
perf: Carve out callchain functionality
Borislav Petkov