summaryrefslogtreecommitdiff
path: root/ifpps.zsh
AgeCommit message (Expand)AuthorFilesLines
2014-03-23zsh: Unify completion help messages for --version and --helpTobias Klauser1-2/+2
2013-10-02ifpps: zsh: Add -o optionTobias Klauser1-0/+1
2013-09-05ifpps: zsh: add -P optionDaniel Borkmann1-0/+1
2013-07-13ifpps: update options for zsh completionDaniel Borkmann1-0/+2
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-2/+1
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+29
81f2f9e0246089331d'>be334f88bb9cdf78b7f2fd33529469ac352c179e /Documentation/devicetree parent345ddcc882d8896dcbdcb3e0ee4a415fc23ec8b0 (diff)
tracing: expose current->comm to [ku]probe events
ftrace is very quick to give up on saving the task command line (see `trace_save_cmdline()`). The workaround for events which really care about the command line is to explicitly assign it as part of the entry. However, this doesn't work for kprobe events, as there's no straightforward way to get access to current->comm. Add a kprobe/uprobe event variable $comm which provides exactly that. Link: http://lkml.kernel.org/r/f59b472033b943a370f5f48d0af37698f409108f.1465435894.git.osandov@fb.com Acked-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation/devicetree')