Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 6 of 6) sorted by relevance

/tools/perf/tests/
Dkmod-path.c9 bool kmod, bool comp, const char *name, const char *ext) in test() argument
19 path, alloc_name, alloc_ext, m.kmod, m.comp, m.name, m.ext); in test()
22 TEST_ASSERT_VAL("wrong comp", m.comp == comp); in test()
Dcode-reading.c425 static int comp(const void *a, const void *b) in comp() function
437 qsort(buf, ARRAY_SIZE(buf), sizeof(int), comp); in do_sort_something()
/tools/perf/util/
Ddso.c269 if (!m.comp) in decompress_kmodule()
374 m->comp = true; in __kmod_path__parse()
394 if (alloc_ext && m->comp) { in __kmod_path__parse()
414 if (m->kmod && m->comp) in dso__set_module_info()
Ddso.h261 bool comp; member
Dmachine.c1155 if (m->comp && is_kmod_dso(map->dso)) in map_groups__set_module_path()
/tools/perf/
Dbuiltin-sched.c160 bool comp; member
1497 if (sched->map.comp) { in map_switch_event()
1553 int cpu = sched->map.comp ? sched->map.comp_cpus[i] : i; in map_switch_event()
1593 if (sched->map.comp && new_cpu) in map_switch_event()
3122 if (sched->map.comp) { in setup_map_cpus()
3334 OPT_BOOLEAN(0, "compact", &sched.map.comp, in cmd_sched()