Searched refs:whences (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 740 static const char *whences[] = { "SET", "CUR", "END", variable 748 static DEFINE_STRARRAY(whences, "SEEK_"); 1001 .arg = { [2] = STRARRAY(whence, whences), }, },
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 748 static const char *whences[] = { "SET", "CUR", "END", variable 756 static DEFINE_STRARRAY(whences, "SEEK_"); 1013 .arg = { [2] = STRARRAY(whence, whences), }, },
|
Completed in 15 milliseconds