Searched defs:perf_cfg (Results  1 – 9 of 9) sorted by relevance
| /external/mesa3d/src/gallium/drivers/iris/ | 
| D | iris_monitor.c | 46    const struct gen_perf_config *perf_cfg = screen->perf_cfg;  in iris_get_monitor_info()  local96    struct gen_perf_config *perf_cfg = gen_perf_new(screen);  in iris_monitor_init_metrics()  local
 121    const struct gen_perf_config *perf_cfg = screen->perf_cfg;  in iris_get_monitor_group_info()  local
 152    struct gen_perf_config *perf_cfg = screen->perf_cfg;  in iris_init_monitor_ctx()  local
 169    struct gen_perf_config *perf_cfg = screen->perf_cfg;  in iris_create_monitor_object()  local
 
 | 
| D | iris_performance_query.c | 38    struct gen_perf_config *perf_cfg = NULL;  in iris_init_perf_query_info()  local144    struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx);  in iris_get_perf_query_info()  local
 167    struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx);  in iris_get_perf_counter_info()  local
 
 | 
| D | iris_perf.c | 86 iris_perf_init_vtbl(struct gen_perf_config *perf_cfg)  in iris_perf_init_vtbl()
 | 
| D | iris_screen.h | 203    struct gen_perf_config *perf_cfg;  member
 | 
| /external/mesa3d/src/intel/perf/ | 
| D | gen_perf_query.c | 550                       struct gen_perf_config *perf_cfg,  in gen_perf_init_context()650    struct gen_perf_config *perf_cfg = perf_ctx->perf;  in gen_perf_begin_query()  local
 864    struct gen_perf_config *perf_cfg = perf_ctx->perf;  in gen_perf_end_query()  local
 996    struct gen_perf_config *perf_cfg = perf_ctx->perf;  in read_oa_samples_for_query()  local
 1040    struct gen_perf_config *perf_cfg = perf_ctx->perf;  in gen_perf_wait_query()  local
 1075    struct gen_perf_config *perf_cfg = perf_ctx->perf;  in gen_perf_is_query_ready()  local
 1352    struct gen_perf_config *perf_cfg = perf_ctx->perf;  in gen_perf_delete_query()  local
 1435    struct gen_perf_config *perf_cfg = perf_ctx->perf;  in get_oa_counter_data()  local
 1480    struct gen_perf_config *perf_cfg = perf_ctx->perf;  in get_pipeline_stats_data()  local
 1515    struct gen_perf_config *perf_cfg = perf_ctx->perf;  in gen_perf_get_query_data()  local
 
 | 
| D | gen_perf.c | 308 gen_perf_load_metric_id(struct gen_perf_config *perf_cfg,  in gen_perf_load_metric_id()494 load_pipeline_statistic_metrics(struct gen_perf_config *perf_cfg,  in load_pipeline_statistic_metrics()
 787 gen_perf_load_configuration(struct gen_perf_config *perf_cfg, int fd, const char *guid)  in gen_perf_load_configuration()
 820 gen_perf_store_configuration(struct gen_perf_config *perf_cfg, int fd,  in gen_perf_store_configuration()
 1108 gen_perf_init_metrics(struct gen_perf_config *perf_cfg,  in gen_perf_init_metrics()
 
 | 
| D | gen_perf_mdapi.c | 131 gen_perf_register_mdapi_statistic_query(struct gen_perf_config *perf_cfg,  in gen_perf_register_mdapi_statistic_query()
 | 
| /external/mesa3d/src/mesa/drivers/dri/i965/ | 
| D | brw_performance_query.c | 150    struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx);  in brw_get_perf_query_info()  local204    struct gen_perf_config *perf_cfg = gen_perf_config(brw->perf_ctx);  in brw_get_perf_counter_info()  local
 482    struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx);  in brw_init_perf_query_info()  local
 
 | 
| /external/perfetto/src/profiling/perf/ | 
| D | event_config_unittest.cc | 42     const protos::gen::PerfEventConfig& perf_cfg,  in CreateEventConfig()
 |