Searched refs:fncache (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dfncache.c7 #include "fncache.h"
9 struct fncache { struct
30 struct fncache *n;
43 struct fncache *n = malloc(sizeof(struct fncache) + strlen(name) + 1);

Completed in 134 milliseconds