summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2017-04-17ftrace: Fix function pid filter on instancesNamhyung Kim
2017-04-17ftrace: Fix indexing of t_hash_start() from t_next()Steven Rostedt (VMware)
2017-04-15ftrace: Fix removing of second function probeSteven Rostedt (VMware)
2017-04-14ftrace: Fix removing of second function probeSteven Rostedt (VMware)
2017-04-07ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolinesSteven Rostedt (VMware)
2017-04-03ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)
2017-03-31ftrace: Create separate t_func_next() to simplify the function / hash logicSteven Rostedt (VMware)
2017-03-31ftrace: Update func_pos in t_start() when all functions are enabledSteven Rostedt (VMware)
2017-03-31ftrace: Return NULL at end of t_start() instead of calling t_hash_start()Steven Rostedt (VMware)
2017-03-31ftrace: Assign iter->hash to filter or notrace hashes on seq readSteven Rostedt (VMware)
2017-03-31ftrace: Clean up __seq_open_private() return checkSteven Rostedt (VMware)
2017-03-24ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)
2017-03-07Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-03ftrace/graph: Add ftrace_graph_max_depth kernel parameterTodd Brandt
2017-03-03ftrace/graph: Do not modify the EMPTY_HASH for the function_graph filterSteven Rostedt (VMware)
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27tracing: Fix code comment for ftrace_ops_get_func()Chunyu Hu
2017-02-03ftrace: Have set_graph_function handle multiple functions in one writeSteven Rostedt (VMware)
2017-02-03ftrace: Do not hold references of ftrace_graph_{notrace_}hash out of graph_lockSteven Rostedt (VMware)
2017-02-03ftrace: Have set_graph_functions handle write with RDWRSteven Rostedt (VMware)
2017-02-03ftrace: Reset fgd->hash in ftrace_graph_write()Steven Rostedt (VMware)
2017-02-03ftrace: Replace (void *)1 with a meaningful macro name FTRACE_GRAPH_EMPTYSteven Rostedt (VMware)
2017-02-03ftrace: Create a slight optimization on searching the ftrace_hashSteven Rostedt (VMware)
2017-02-03tracing: Add ftrace_hash_key() helper functionSteven Rostedt (VMware)
2017-01-20ftrace: Convert graph filter to use hash tablesNamhyung Kim
2017-01-20ftrace: Expose ftrace_hash_empty and ftrace_lookup_ipNamhyung Kim
2017-01-20ftrace: Factor out __ftrace_hash_move()Namhyung Kim
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-11-15ftrace: Provide API to use global filtering for ftrace opsJoel Fernandes
2016-11-14ftrace: Support full glob matchingMasami Hiramatsu
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)
2016-05-22Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2016-05-20ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN
2016-04-27ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman
2016-04-14ftrace: Make ftrace_location_range() globalMichael Ellerman
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2016-03-18ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang
2016-03-18ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa
2016-03-18ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa
2016-02-17ftrace/module: remove ftrace module notifierJessica Yu
2016-01-07ftrace: Fix the race between ftrace and insmodQiu Peiyang
2016-01-07ftrace: Add infrastructure for delayed enabling of module functionsSteven Rostedt (Red Hat)