index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
callchain.c
Age
Commit message (
Expand
)
Author
Files
Lines
15 hours
treewide: Update email address
Thomas Gleixner
1
-1
/
+1
2025-10-29
perf: Support deferred user unwind
Peter Zijlstra
1
-1
/
+13
2025-08-26
perf: Simplify get_perf_callchain() user logic
Josh Poimboeuf
1
-10
/
+8
2025-08-26
perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...
Steven Rostedt
1
-3
/
+3
2025-08-26
perf: Have get_perf_callchain() return NULL if crosstask and user are set
Josh Poimboeuf
1
-5
/
+5
2025-08-26
perf: Remove get_perf_callchain() init_nr argument
Josh Poimboeuf
1
-6
/
+6
2025-02-21
perf/core: Move perf_event sysctls into kernel/events
Joel Granados
1
-6
/
+32
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-18
Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-1
/
+42
2024-07-09
perf: Shrink the size of the recursion counter.
Sebastian Andrzej Siewior
1
-1
/
+1
2024-06-25
perf,uprobes: fix user stack traces in the presence of pending uretprobes
Andrii Nakryiko
1
-1
/
+42
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
1
-4
/
+0
2020-08-12
uaccess: add force_uaccess_{begin,end} helpers
Christoph Hellwig
1
-3
/
+2
2020-07-01
perf: Expose get/put_callchain_entry()
Song Liu
1
-7
/
+6
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+1
2020-05-19
perf/core: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-1
/
+1
2019-02-04
perf/core: Convert to SPDX license identifiers
Thomas Gleixner
1
-2
/
+1
2018-08-23
treewide: convert ISO_8859-1 text comments to utf-8
Arnd Bergmann
1
-1
/
+1
2018-04-17
perf: Remove superfluous allocation error check
Jiri Olsa
1
-8
/
+2
2018-04-17
perf: Fix sample_max_stack maximum check
Jiri Olsa
1
-9
/
+12
2018-01-08
perf: Make perf_callchain function static
Jiri Olsa
1
-15
/
+0
2017-05-10
perf/callchain: Force USER_DS when invoking perf_callchain_user()
Will Deacon
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+2
2016-05-30
perf core: Per event callchain limit
Arnaldo Carvalho de Melo
1
-2
/
+12
2016-05-16
perf core: Separate accounting of contexts and real addresses in a stack trace
Arnaldo Carvalho de Melo
1
-1
/
+9
2016-05-16
perf core: Add perf_callchain_store_context() helper
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-05-16
perf core: Add a 'nr' field to perf_event_callchain_context
Arnaldo Carvalho de Melo
1
-2
/
+1
2016-05-16
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
1
-8
/
+12
2016-05-16
perf core: Generalize max_stack sysctl handler
Arnaldo Carvalho de Melo
1
-2
/
+3
2016-04-27
perf core: Allow setting up max frame stack depth via sysctl
Arnaldo Carvalho de Melo
1
-2
/
+33
2016-02-20
perf: generalize perf_callchain
Alexei Starovoitov
1
-12
/
+20
2015-11-23
treewide: Remove old email address
Peter Zijlstra
1
-1
/
+1
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2014-09-09
perf/callchain: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2014-08-26
scheduler: Replace __get_cpu_var with this_cpu_ptr
Christoph Lameter
1
-2
/
+2
2013-08-16
perf: Roll back callchain buffer refcount under the callchain mutex
Frederic Weisbecker
1
-1
/
+2
2013-07-30
perf: Sanitize get_callchain_buffer()
Frederic Weisbecker
1
-0
/
+2
2012-08-10
perf: Add attribute to filter out callchains
Frederic Weisbecker
1
-14
/
+24
2012-07-31
perf/trace: Add ability to set a target task for events
Andrew Vagin
1
-1
/
+8
2012-01-21
perf: Don't call release_callchain_buffers() if allocation fails
Namhyung Kim
1
-2
/
+0
2011-11-14
perf: Carve out callchain functionality
Borislav Petkov
1
-0
/
+191