Home
last modified time | relevance | path

Searched refs:NO_CMDLINE_MAP (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/kernel/trace/
Dtrace.c1730 #define NO_CMDLINE_MAP UINT_MAX macro
1771 memset(&s->map_pid_to_cmdline, NO_CMDLINE_MAP, in allocate_cmdlines_buffer()
1773 memset(s->map_cmdline_to_pid, NO_CMDLINE_MAP, in allocate_cmdlines_buffer()
1952 if (idx == NO_CMDLINE_MAP) { in trace_save_cmdline()
1962 if (pid != NO_CMDLINE_MAP) in trace_save_cmdline()
1963 savedcmd->map_pid_to_cmdline[pid] = NO_CMDLINE_MAP; in trace_save_cmdline()
1998 if (map != NO_CMDLINE_MAP) in __trace_find_cmdline()
4823 if (*ptr == -1 || *ptr == NO_CMDLINE_MAP) in saved_cmdlines_next()