Searched refs:diep (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/tools/perf/util/ |
| D | cpumap.h | 42 int cpu_map__build_die_map(struct perf_cpu_map *cpus, struct cpu_aggr_map **diep);
|
| D | cpumap.c | 283 int cpu_map__build_die_map(struct perf_cpu_map *cpus, struct cpu_aggr_map **diep) in cpu_map__build_die_map() argument 285 return cpu_map__build_map(cpus, diep, cpu_map__get_die, NULL); in cpu_map__build_die_map()
|
| D | probe-finder.c | 1164 Dwarf_Die *diep; in debuginfo__find_probe_location() local 1197 diep = dwarf_offdie(dbg->dbg, off + cuhl, &pf->cu_die); in debuginfo__find_probe_location() 1198 if (!diep) { in debuginfo__find_probe_location() 1933 Dwarf_Die *diep; in debuginfo__find_line_range() local 1960 diep = dwarf_offdie(dbg->dbg, off + cuhl, &lf.cu_die); in debuginfo__find_line_range() 1961 if (!diep) { in debuginfo__find_line_range()
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-stat.c | 1544 struct cpu_aggr_map **diep) in perf_env__build_die_map() argument 1546 return cpu_map__build_map(cpus, diep, perf_env__get_die, env); in perf_env__build_die_map()
|