Searched refs:counter_type (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc_new/src/ |
D | stats.c | 107 #define OP(counter, counter_type, human) \ in mutex_stats_init_cols() argument 108 col = &col_##counter_type[k_##counter_type]; \ in mutex_stats_init_cols() 109 ++k_##counter_type; \ in mutex_stats_init_cols() 112 col->width = WIDTH_##counter_type; \ in mutex_stats_init_cols() 132 #define OP(counter, counter_type, human) \ in mutex_stats_read_global() argument 133 dst = &col_##counter_type[mutex_counter_##counter]; \ in mutex_stats_read_global() 134 dst->type = EMITTER_TYPE_##counter_type; \ in mutex_stats_read_global() 137 CTL_GET(cmd, (counter_type *)&dst->bool_val, counter_type); in mutex_stats_read_global() 156 #define OP(counter, counter_type, human) \ in mutex_stats_read_arena() argument 157 dst = &col_##counter_type[mutex_counter_##counter]; \ in mutex_stats_read_arena() [all …]
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | vulkan_memory_tracker.cc | 89 DeviceCounterType counter_type) { in FindMemoryTypeCounterString() argument 93 switch (counter_type) { in FindMemoryTypeCounterString()
|
/external/tcpdump/ |
D | print-sflow.c | 495 u_int counter_type; in sflow_print_counter_records() local 512 counter_type = enterprise & 0x0FFF; in sflow_print_counter_records() 517 (enterprise == 0) ? tok2str(sflow_counter_type_values,"Unknown",counter_type) : "Unknown", in sflow_print_counter_records() 518 counter_type, in sflow_print_counter_records() 527 switch (counter_type) { in sflow_print_counter_records()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_insert_waitcnt.cpp | 72 enum counter_type : uint8_t { enum 110 uint16_t get_events_for_counter(counter_type ctr) in get_events_for_counter() 228 void remove_counter(counter_type counter) in remove_counter() 356 void wait_and_remove_from_entry(PhysReg reg, wait_entry& entry, counter_type counter) { in wait_and_remove_from_entry()
|