Searched refs:regs_map (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 710 static void regs_map(struct regs_dump *regs, uint64_t mask, const char *arch, char *bf, int size) in regs_map() function 746 regs_map(&sample->intr_regs, attr->sample_regs_intr, arch, bf, sizeof(bf)); in set_regs_in_dict() 751 regs_map(&sample->user_regs, attr->sample_regs_user, arch, bf, sizeof(bf)); in set_regs_in_dict()
|