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

/linux-master/tools/perf/util/
H A Dtarget.h24 enum target_errno { enum
55 enum target_errno target__validate(struct target *target);
56 enum target_errno target__parse_uid(struct target *target);
H A Dtarget.c17 enum target_errno target__validate(struct target *target)
19 enum target_errno ret = TARGET_ERRNO__SUCCESS;
97 enum target_errno target__parse_uid(struct target *target)
131 * This must have a same ordering as the enum target_errno.

Completed in 157 milliseconds