Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddso.h778 #define KMOD_DECOMP_NAME "/tmp/perf-kmod-XXXXXX" macro
779 #define KMOD_DECOMP_LEN sizeof(KMOD_DECOMP_NAME)
H A Ddso.c329 char tmpbuf[] = KMOD_DECOMP_NAME; in filename__decompress()