summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* ftrace: Have set_graph_function handle multiple functions in one writeSteven Rostedt (VMware)2017-02-031-41/+64
* ftrace: Do not hold references of ftrace_graph_{notrace_}hash out of graph_lockSteven Rostedt (VMware)2017-02-031-5/+23
* ftrace: Have set_graph_functions handle write with RDWRSteven Rostedt (VMware)2017-02-031-0/+6
* ftrace: Reset fgd->hash in ftrace_graph_write()Steven Rostedt (VMware)2017-02-031-2/+5
* ftrace: Replace (void *)1 with a meaningful macro name FTRACE_GRAPH_EMPTYSteven Rostedt (VMware)2017-02-031-2/+4
* ftrace: Create a slight optimization on searching the ftrace_hashSteven Rostedt (VMware)2017-02-031-8/+25
* tracing: Add ftrace_hash_key() helper functionSteven Rostedt (VMware)2017-02-031-10/+11
* ftrace: Convert graph filter to use hash tablesNamhyung Kim2017-01-201-63/+127
* ftrace: Expose ftrace_hash_empty and ftrace_lookup_ipNamhyung Kim2017-01-201-13/+1
* ftrace: Factor out __ftrace_hash_move()Namhyung Kim2017-01-201-16/+24
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-151-0/+4
|\
| * ftrace: Support full glob matchingMasami Hiramatsu2016-11-141-0/+4
* | Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-131-0/+17
|\ \ | |/ |/|
| * ftrace: Provide API to use global filtering for ftrace opsJoel Fernandes2016-11-151-0/+17
* | ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)2016-11-141-0/+22
* | ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov2016-11-141-1/+1
|/
* ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim2016-09-011-0/+6
* ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)2016-07-051-6/+10
* ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)2016-06-201-177/+136
* Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-05-221-3/+2
|\
| * ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN2016-05-201-3/+2
* | ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann2016-04-271-0/+12
* | Merge branch 'topic/livepatch' into nextMichael Ellerman2016-04-181-1/+13
|\ \ | |/ |/|
| * ftrace: Make ftrace_location_range() globalMichael Ellerman2016-04-141-1/+13
* | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-241-18/+23
|\ \
| * | ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang2016-03-181-3/+1
| * | ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa2016-03-181-5/+5
| * | ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa2016-03-181-10/+17
* | | kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-4/+3
|/ /
* / ftrace/module: remove ftrace module notifierJessica Yu2016-02-171-35/+1
|/
* ftrace: Fix the race between ftrace and insmodQiu Peiyang2016-01-071-9/+16
* ftrace: Add infrastructure for delayed enabling of module functionsSteven Rostedt (Red Hat)2016-01-071-55/+106
* ftrace: Clean up ftrace_module_init() codeSteven Rostedt (Red Hat)2015-12-231-6/+3
* ftrace: Join functions ftrace_module_init() and ftrace_init_module()Abel Vesa2015-12-231-9/+6
* ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags tooSteven Rostedt (Red Hat)2015-12-231-12/+18
* ftrace: Remove use of control list and opsSteven Rostedt (Red Hat)2015-12-231-88/+38
* ftrace: Fix output of enabled_functions for showing trampSteven Rostedt (Red Hat)2015-12-231-3/+4
* ftrace: Fix a typo in commentLi Bin2015-12-231-1/+1
* ftrace: Show all tramps registered to a record on ftrace_bug()Steven Rostedt (Red Hat)2015-11-251-9/+37
* ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)2015-11-251-2/+7
* ftrace: Add new type to distinguish what kind of ftrace_bug()Steven Rostedt (Red Hat)2015-11-251-1/+36
* Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-11-061-93/+104
|\
| * ftrace: add module globbingDmitry Safonov2015-10-201-15/+36
| * ftrace: Introduce ftrace_glob structureDmitry Safonov2015-10-201-38/+46
| * ftrace: Clarify code for mod commandDmitry Safonov2015-10-161-27/+10
| * ftrace: Remove redundant strsep in mod_callbackDmitry Safonov2015-10-131-10/+5
| * ftrace: Remove redundant swap functionRasmus Villemoes2015-10-011-12/+1
| * tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)2015-09-301-2/+17