Searched refs:socket_id (Results 1 – 9 of 9) sorted by relevance
/tools/perf/tests/ |
D | topology.c | 99 session->header.env.cpu[i].socket_id); in check_cpu_topology() 107 (session->header.env.cpu[map->map[i]].socket_id == cpu_map__get_socket(map, i, NULL))); in check_cpu_topology()
|
/tools/perf/util/ |
D | env.h | 12 int socket_id; member
|
D | env.c | 275 env->cpu[cpu].socket_id = cpu_map__get_socket_id(cpu); in perf_env__read_cpu_topology_map()
|
D | header.c | 610 ret = do_write(ff, &perf_env.cpu[j].socket_id, in write_cpu_topology() 611 sizeof(perf_env.cpu[j].socket_id)); in write_cpu_topology() 1564 ph->env.cpu[i].socket_id); in print_cpu_topology() 1574 ph->env.cpu[i].socket_id); in print_cpu_topology() 2452 ph->env.cpu[i].socket_id = nr; in process_cpu_topology()
|
D | event.c | 660 al->socket = env->cpu[al->cpu].socket_id; in machine__resolve()
|
D | hist.c | 2687 int socket_id = hists->socket_filter; in __hists__scnprintf_title() local 2753 if (socket_id > -1) in __hists__scnprintf_title() 2755 ", Processor Socket: %d", socket_id); in __hists__scnprintf_title()
|
/tools/perf/ |
D | builtin-stat.c | 1351 return cpu == -1 ? -1 : env->cpu[cpu].socket_id; in perf_env__get_socket() 1366 if (WARN_ONCE(env->cpu[cpu].socket_id >> 8, "The socket id number is too big.\n")) in perf_env__get_die() 1372 die_id = (env->cpu[cpu].socket_id << 8) | (env->cpu[cpu].die_id & 0xff); in perf_env__get_die() 1391 if (WARN_ONCE(env->cpu[cpu].socket_id >> 8, "The socket id number is too big.\n")) in perf_env__get_core() 1400 core = (env->cpu[cpu].socket_id << 24) | in perf_env__get_core()
|
/tools/perf/ui/browsers/ |
D | hists.c | 2863 char **optstr, int socket_id) in add_socket_opt() argument 2865 if (!hists__has(browser->hists, socket) || socket_id < 0) in add_socket_opt() 2870 socket_id) < 0) in add_socket_opt() 2873 act->socket = socket_id; in add_socket_opt()
|
/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 172 uint32_t socket_id;
|