Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Devent.c282 return fprintf(fp, " %d/%d: [%#" PRI_lx64 "(%#" PRI_lx64 ") @ %#" PRI_lx64 "]: %c %s\n", in perf_event__fprintf_mmap()
291 return fprintf(fp, " %d/%d: [%#" PRI_lx64 "(%#" PRI_lx64 ") @ %#" PRI_lx64 in perf_event__fprintf_mmap2()
377 return fprintf(fp, " offset: %#"PRI_lx64" size: %#"PRI_lx64" flags: %#"PRI_lx64" [%s%s%s]\n", in perf_event__fprintf_aux()
414 return fprintf(fp, " addr %" PRI_lx64 " len %u type %u flags 0x%x name %s\n", in perf_event__fprintf_ksymbol()
449 ret = fprintf(fp, " %" PRI_lx64 " ", tp->addr); in perf_event__fprintf_text_poke()
Devent.h29 #define PRI_lx64 "l" PRIx64 macro
33 #define PRI_lx64 PRIx64 macro
Dpython.c164 if (asprintf(&s, "{ type: mmap, pid: %u, tid: %u, start: %#" PRI_lx64 ", " in pyrf_mmap_event__repr()
165 "length: %#" PRI_lx64 ", offset: %#" PRI_lx64 ", " in pyrf_mmap_event__repr()
297 if (asprintf(&s, "{ type: lost, id: %#" PRI_lx64 ", " in pyrf_lost_event__repr()
298 "lost: %#" PRI_lx64 " }", in pyrf_lost_event__repr()
Dauxtrace.c1295 …fprintf(stdout, " size: %#"PRI_lx64" offset: %#"PRI_lx64" ref: %#"PRI_lx64" idx: %u tid: %d c… in perf_event__process_auxtrace()
1616 ret += fprintf(fp, " cpu %d pid %d tid %d ip %#"PRI_lx64" code %u: %s\n", in perf_event__fprintf_auxtrace_error()
Dmachine.c851 pr_debug("Failed to write kernel text poke at %#" PRI_lx64 "\n", in machine__process_text_poke()
854 pr_debug("Failed to find kernel text poke address map for %#" PRI_lx64 "\n", in machine__process_text_poke()