Home
last modified time | relevance | path

Searched refs:str_exclude_info (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/tracing/pt_test/
H A Dpt_test.c44 static char *str_exclude_info; variable
185 if (str_exclude_info) { in setup()
186 if (!strcmp(str_exclude_info, "user")) { in setup()
189 } else if (!strcmp(str_exclude_info, "kernel")) { in setup()
193 tst_brk(TBROK, "Invalid -e '%s'", str_exclude_info); in setup()
223 {"e:", &str_exclude_info, "Exclude info, user or kernel"},

Completed in 1 milliseconds