Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/
H A Dtarget.c19 enum target_errno ret = TARGET_ERRNO__SUCCESS; in target__validate()
27 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
34 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
41 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
48 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
55 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
62 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
69 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
76 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
83 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
[all...]
H A Dtarget.h25 TARGET_ERRNO__SUCCESS = 0, enumerator
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtarget.c19 enum target_errno ret = TARGET_ERRNO__SUCCESS; in target__validate()
27 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
34 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
41 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
48 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
55 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
62 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
77 return TARGET_ERRNO__SUCCESS; in target__parse_uid()
99 return TARGET_ERRNO__SUCCESS; in target__parse_uid()
H A Dtarget.h21 TARGET_ERRNO__SUCCESS = 0, enumerator

Completed in 1 milliseconds