aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-07Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-5/+18
2017-03-03ftrace/graph: Add ftrace_graph_max_depth kernel parameterTodd Brandt1-0/+9
2017-03-03ftrace/graph: Do not modify the EMPTY_HASH for the function_graph filterSteven Rostedt (VMware)1-4/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-27tracing: Fix code comment for ftrace_ops_get_func()Chunyu Hu1-1/+1
2017-02-03ftrace: Have set_graph_function handle multiple functions in one writeSteven Rostedt (VMware)1-41/+64
2017-02-03ftrace: Do not hold references of ftrace_graph_{notrace_}hash out of graph_lockSteven Rostedt (VMware)1-5/+23
2017-02-03ftrace: Have set_graph_functions handle write with RDWRSteven Rostedt (VMware)1-0/+6
2017-02-03ftrace: Reset fgd->hash in ftrace_graph_write()Steven Rostedt (VMware)1-2/+5
2017-02-03ftrace: Replace (void *)1 with a meaningful macro name FTRACE_GRAPH_EMPTYSteven Rostedt (VMware)1-2/+4
2017-02-03ftrace: Create a slight optimization on searching the ftrace_hashSteven Rostedt (VMware)1-8/+25
2017-02-03tracing: Add ftrace_hash_key() helper functionSteven Rostedt (VMware)1-10/+11
2017-01-20ftrace: Convert graph filter to use hash tablesNamhyung Kim1-63/+127
2017-01-20ftrace: Expose ftrace_hash_empty and ftrace_lookup_ipNamhyung Kim1-13/+1
2017-01-20ftrace: Factor out __ftrace_hash_move()Namhyung Kim1-16/+24
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+4
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+17
2016-11-15ftrace: Provide API to use global filtering for ftrace opsJoel Fernandes1-0/+17
2016-11-14ftrace: Support full glob matchingMasami Hiramatsu1-0/+4
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)1-0/+22
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov1-1/+1
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim1-0/+6
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)1-6/+10
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)1-177/+136
2016-05-22Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+2
2016-05-20ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN1-3/+2
2016-04-27ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann1-0/+12
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman1-1/+13
2016-04-14ftrace: Make ftrace_location_range() globalMichael Ellerman1-1/+13
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-18/+23
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-4/+3
2016-03-18ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang1-3/+1
2016-03-18ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa1-5/+5
2016-03-18ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa1-10/+17
2016-02-17ftrace/module: remove ftrace module notifierJessica Yu1-35/+1
2016-01-07ftrace: Fix the race between ftrace and insmodQiu Peiyang1-9/+16
2016-01-07ftrace: Add infrastructure for delayed enabling of module functionsSteven Rostedt (Red Hat)1-55/+106
2015-12-23ftrace: Clean up ftrace_module_init() codeSteven Rostedt (Red Hat)1-6/+3
2015-12-23ftrace: Join functions ftrace_module_init() and ftrace_init_module()Abel Vesa1-9/+6
2015-12-23ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags tooSteven Rostedt (Red Hat)1-12/+18
2015-12-23ftrace: Remove use of control list and opsSteven Rostedt (Red Hat)1-88/+38
2015-12-23ftrace: Fix output of enabled_functions for showing trampSteven Rostedt (Red Hat)1-3/+4
2015-12-23ftrace: Fix a typo in commentLi Bin1-1/+1
2015-11-25ftrace: Show all tramps registered to a record on ftrace_bug()Steven Rostedt (Red Hat)1-9/+37
2015-11-25ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)1-2/+7
2015-11-25ftrace: Add new type to distinguish what kind of ftrace_bug()Steven Rostedt (Red Hat)1-1/+36
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-93/+104
2015-10-20ftrace: add module globbingDmitry Safonov1-15/+36
2015-10-20ftrace: Introduce ftrace_glob structureDmitry Safonov1-38/+46