summaryrefslogtreecommitdiff
path: root/kernel/events/callchain.c
AgeCommit message (Expand)Author
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig
2020-07-01perf: Expose get/put_callchain_entry()Song Liu
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-19perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-02-04perf/core: Convert to SPDX license identifiersThomas Gleixner
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann
2018-04-17perf: Remove superfluous allocation error checkJiri Olsa
2018-04-17perf: Fix sample_max_stack maximum checkJiri Olsa
2018-01-08perf: Make perf_callchain function staticJiri Olsa
2017-05-10perf/callchain: Force USER_DS when invoking perf_callchain_user()Will Deacon
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-05-30perf core: Per event callchain limitArnaldo Carvalho de Melo
2016-05-16perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo
2016-05-16perf core: Add perf_callchain_store_context() helperArnaldo Carvalho de Melo
2016-05-16perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo
2016-05-16perf core: Generalize max_stack sysctl handlerArnaldo Carvalho de Melo
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo
2016-02-20perf: generalize perf_callchainAlexei Starovoitov
2015-11-23treewide: Remove old email addressPeter Zijlstra
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-09perf/callchain: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter
2013-08-16perf: Roll back callchain buffer refcount under the callchain mutexFrederic Weisbecker
2013-07-30perf: Sanitize get_callchain_buffer()Frederic Weisbecker
2012-08-10perf: Add attribute to filter out callchainsFrederic Weisbecker
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin
2012-01-21perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim
2011-11-14perf: Carve out callchain functionalityBorislav Petkov