Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Djitdump.c808 static bool jit_has_pid(struct machine *machine, pid_t pid) in jit_has_pid() function
849 if (jit_has_pid(machine, pid) && (strncmp(filename, "//anon", 6) == 0)) in jit_process()