index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
callchain.c
Age
Commit message (
Expand
)
Author
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
2020-08-12
uaccess: add force_uaccess_{begin,end} helpers
Christoph Hellwig
2020-07-01
perf: Expose get/put_callchain_entry()
Song Liu
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-05-19
perf/core: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2019-02-04
perf/core: Convert to SPDX license identifiers
Thomas Gleixner
2018-08-23
treewide: convert ISO_8859-1 text comments to utf-8
Arnd Bergmann
2018-04-17
perf: Remove superfluous allocation error check
Jiri Olsa
2018-04-17
perf: Fix sample_max_stack maximum check
Jiri Olsa
2018-01-08
perf: Make perf_callchain function static
Jiri Olsa
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