Home
last modified time | relevance | path

Searched refs:perf_env__read_cpuid (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Denv.h160 int perf_env__read_cpuid(struct perf_env *env);
H A Denv.c398 int perf_env__read_cpuid(struct perf_env *env) in perf_env__read_cpuid() function
630 status = perf_env__read_cpuid(env); in perf_env__cpuid()
/linux/tools/perf/
H A Dbuiltin-top.c1653 status = perf_env__read_cpuid(&host_env); in cmd_top()