Home
last modified time | relevance | path

Searched refs:mem_mode (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-mem.c403 struct mem_mode { struct
413 static const struct mem_mode mem_modes[]={ argument
423 const struct mem_mode *m; in parse_mem_ops()
H A Dbuiltin-report.c90 bool mem_mode; member
189 } else if (rep->mem_mode) { in hist_iter__report_callback()
320 } else if (rep->mem_mode) { in process_sample_event()
531 if (rep->mem_mode) { in hists__fprintf_nr_sample_events()
1462 OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), in cmd_report()
1689 if (report.mem_mode) { in cmd_report()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c74 uint16_t mem_mode; member
1055 tmp->mem_mode = (obj->integer.value >> 32) & 0xFFFF; in amdgpu_acpi_dev_init()
1077 tmp->sbdf, tmp->supp_xcp_mode, tmp->xcp_mode, tmp->mem_mode, in amdgpu_acpi_dev_init()
/linux/tools/perf/util/
H A Dsort.c2675 int mem_mode; member
2679 #define DIM_MEM(d, n) { .name = n, .fmt = &perf_hpp__format[d], .mem_mode = 1, }
4117 if (hd->mem_mode && sort__mode != SORT_MODE__MEMORY) in output_field_add()