summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ftrace: Remove unused unregister_ftrace_function_probe() functionSteven Rostedt (VMware)2017-04-201-15/+3
| * ftrace: Added ftrace_func_mapper for function probe triggersSteven Rostedt (VMware)2017-04-201-0/+141
| * ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)2017-04-201-1/+1
| * ftrace: Remove unused "flags" field from struct ftrace_func_probeSteven Rostedt (VMware)2017-04-201-1/+0
| * ftrace: Add 'function-fork' trace optionNamhyung Kim2017-04-171-0/+37
| * ftrace: Fix indexing of t_hash_start() from t_next()Steven Rostedt (VMware)2017-04-171-2/+3
| * ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-151-4/+16
| * ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolinesSteven Rostedt (VMware)2017-04-071-24/+18
| * ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)2017-04-031-3/+4
| * ftrace: Create separate t_func_next() to simplify the function / hash logicSteven Rostedt (VMware)2017-03-311-14/+31
| * ftrace: Update func_pos in t_start() when all functions are enabledSteven Rostedt (VMware)2017-03-311-0/+1
| * ftrace: Return NULL at end of t_start() instead of calling t_hash_start()Steven Rostedt (VMware)2017-03-311-1/+1
| * ftrace: Assign iter->hash to filter or notrace hashes on seq readSteven Rostedt (VMware)2017-03-311-12/+9
| * ftrace: Clean up __seq_open_private() return checkSteven Rostedt (VMware)2017-03-311-11/+13
| * ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)2017-03-241-0/+44
* | ftrace: Fix function pid filter on instancesNamhyung Kim2017-04-171-0/+9
* | ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-141-4/+16
|/
* Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-071-5/+18
|\
| * ftrace/graph: Add ftrace_graph_max_depth kernel parameterTodd Brandt2017-03-031-0/+9
| * ftrace/graph: Do not modify the EMPTY_HASH for the function_graph filterSteven Rostedt (VMware)2017-03-031-4/+8
| * tracing: Fix code comment for ftrace_ops_get_func()Chunyu Hu2017-02-271-1/+1
* | 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