Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dvalue-prof.h92 bool get_nth_most_common_value (gimple *stmt, const char *counter_type,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dvalue-prof.h92 bool get_nth_most_common_value (gimple *stmt, const char *counter_type,
/OK3568_Linux_fs/kernel/tools/power/x86/turbostat/
H A Dturbostat.c247 enum counter_type {COUNTER_ITEMS, COUNTER_CYCLES, COUNTER_SECONDS, COUNTER_USEC}; enum
255 enum counter_type type;
5731 enum counter_type type, enum counter_format format, int flags) in add_counter()
5797 enum counter_type type = COUNTER_CYCLES; in parse_add_command()