Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsrccode.h4 struct srccode_state { struct
9 static inline void srccode_state_init(struct srccode_state *state) in srccode_state_init() argument
15 void srccode_state_free(struct srccode_state *state);
H A Dthread.h66 struct srccode_state srccode_state; in DECLARE_RC_STRUCT() local
286 static inline struct srccode_state *thread__srccode_state(struct thread *thread) in thread__srccode_state()
288 return &RC_CHK_ACCESS(thread)->srccode_state; in thread__srccode_state()
H A Dmap.c512 void srccode_state_free(struct srccode_state *state) in srccode_state_free()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c1101 static int map__fprintf_srccode(struct map *map, u64 addr, FILE *fp, struct srccode_state *state) in map__fprintf_srccode()