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