Searched refs:trace_note (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/kernel/trace/ |
D | blktrace.c | 66 static void trace_note(struct blk_trace *bt, pid_t pid, int action, in trace_note() function 124 trace_note(bt, tsk->pid, BLK_TN_PROCESS, tsk->comm, in trace_note_tsk() 142 trace_note(bt, 0, BLK_TN_TIMESTAMP, words, sizeof(words), NULL); in trace_note_time() 174 trace_note(bt, 0, BLK_TN_MESSAGE, buf, n, in __trace_note_message() 177 trace_note(bt, 0, BLK_TN_MESSAGE, buf, n, NULL); in __trace_note_message()
|