Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-03-05 | tracing: Use strncpy instead of memcpy when copying comm in trace.c | Tom Zanussi | 1 | -2/+2 |
2019-03-05 | tracing: Use strncpy instead of memcpy when copying comm for hist triggers | Tom Zanussi | 1 | -2/+2 |
2019-03-05 | tracing: Use strncpy instead of memcpy for string keys in hist triggers | Tom Zanussi | 1 | -2/+3 |
2019-03-05 | tracing: Use str_has_prefix() in synth_event_create() | Tom Zanussi | 1 | -2/+2 |
2019-03-05 | x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re... | Steven Rostedt (VMware) | 1 | -25/+17 |
2019-02-21 | tracing/perf: Use strndup_user() instead of buggy open-coded version | Jann Horn | 1 | -9/+7 |
2019-02-21 | doc: trace: Fix documentation for uprobe_profile | Srikar Dronamraju | 1 | -4/+3 |
2019-02-20 | tracing: Fix spelling mistake: "analagous" -> "analogous" | Colin Ian King | 1 | -1/+1 |
2019-02-20 | tracing: Comment why cond_snapshot is checked outside of max_lock protection | Steven Rostedt (VMware) | 1 | -0/+8 |