summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-28mm, tracing: Print symbol name for call_site in trace eventsChangbin Du1-3/+4
2019-09-28tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost1-2/+4
2019-09-28tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroNathan Chancellor1-5/+5
2019-09-28tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu1-0/+16
2019-09-25tracing/probe: Fix same probe event argument matchingSrikar Dronamraju2-4/+6
2019-09-19selftests/ftrace: Update kprobe event error testcaseMasami Hiramatsu1-0/+1
2019-09-19tracing/probe: Reject exactly same probe eventMasami Hiramatsu3-17/+90
2019-09-19tracing/probe: Fix to allow user to enable events on unloaded modulesMasami Hiramatsu1-12/+5
2019-09-17selftests/ftrace: Select an existing function in kprobe_eventname testSteven Rostedt (VMware)1-1/+15
2019-09-17tracing/kprobe: Fix NULL pointer access in trace_porbe_unlink()Masami Hiramatsu1-5/+6
2019-09-17tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi1-0/+2
2019-09-17tracing: Be more clever when dumping hex in __print_hex()Andy Shevchenko1-3/+3
2019-09-17ftrace: Simplify ftrace hash lookup code in clear_func_from_hash()Changbin Du1-5/+1
2019-09-05tracing: Add "gfp_t" support in synthetic_eventsZhengjun Xing1-0/+19
2019-08-31tracing: Rename tracing_reset() to tracing_reset_cpu()Steven Rostedt (VMware)2-4/+3
2019-08-31tracing: Document the stack trace algorithm in the commentsSteven Rostedt (VMware)1-0/+98
2019-08-31tracing/arm64: Have max stack tracer handle the case of return address after ...Steven Rostedt (VMware)2-0/+27
2019-08-31recordmcount: Clarify what cleanup() doesMatt Helsley1-70/+81
2019-08-31recordmcount: Remove redundant cleanup() callsMatt Helsley2-15/+0
2019-08-31recordmcount: Kernel style formattingMatt Helsley1-22/+25
2019-08-31recordmcount: Kernel style function signature formattingMatt Helsley2-21/+13
2019-08-31recordmcount: Rewrite error/success handlingMatt Helsley2-119/+184
2019-08-31selftests/ftrace: Add syntax error test for multiprobeMasami Hiramatsu2-1/+11
2019-08-31selftests/ftrace: Add syntax error test for immediatesMasami Hiramatsu1-0/+5
2019-08-31selftests/ftrace: Add a testcase for kprobe multiprobe eventMasami Hiramatsu1-0/+35
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu5-15/+51
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu5-1/+22
2019-08-31tracing/uprobe: Add per-probe delete from eventMasami Hiramatsu1-1/+30
2019-08-31tracing/kprobe: Add per-probe delete from eventMasami Hiramatsu3-1/+44
2019-08-31tracing/uprobe: Add multi-probe per uprobe event supportMasami Hiramatsu2-19/+43
2019-08-31tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu4-18/+111
2019-08-31tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu5-10/+13
2019-08-31tracing/dynevent: Delete all matched eventsMasami Hiramatsu1-3/+5
2019-08-31tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu4-113/+311
2019-08-31recordmcount: Remove unused fd from uwrite() and ulseek()Matt Helsley2-21/+21
2019-08-31recordmcount: Remove uread()Matt Helsley1-13/+5
2019-08-31recordmcount: Remove redundant strcmpMatt Helsley1-2/+1
2019-08-31kprobes: Allow kprobes coexist with livepatchMasami Hiramatsu1-16/+40
2019-08-31tracing: Correct kdoc formatsJakub Kicinski1-12/+14
2019-08-31ftrace/x86: Remove mcount() declarationJisheng Zhang1-1/+0
2019-08-31tracing/probe: Fix null pointer dereferenceXinpeng Liu1-1/+2
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov2-1/+2
2019-08-30ftrace: Check for successful allocation of hashNaveen N. Rao1-0/+5
2019-08-30ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)1-1/+9
2019-08-30ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao1-0/+4
2019-08-25Linux 5.3-rc6v5.3-rc6Linus Torvalds1-1/+1
2019-08-25Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linuxLinus Torvalds1-2/+2
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+20
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+5
2019-08-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-33/+227