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

/linux-4.1.27/tools/perf/util/
H A Dtarget.h19 enum target_errno { enum
46 enum target_errno target__validate(struct target *target);
47 enum target_errno target__parse_uid(struct target *target);
H A Dtarget.c16 enum target_errno target__validate(struct target *target) target__validate()
18 enum target_errno ret = TARGET_ERRNO__SUCCESS; target__validate()
68 enum target_errno target__parse_uid(struct target *target) target__parse_uid()
102 * This must have a same ordering as the enum target_errno.

Completed in 78 milliseconds