Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/scripting-engines/ !
Dtrace-event-python.c719 static void regs_map(struct regs_dump *regs, uint64_t mask, const char *arch, char *bf, int size) in regs_map() function
755 regs_map(&sample->intr_regs, attr->sample_regs_intr, arch, bf, sizeof(bf)); in set_regs_in_dict()
760 regs_map(&sample->user_regs, attr->sample_regs_user, arch, bf, sizeof(bf)); in set_regs_in_dict()