Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcomm.c20 } _comm_strs; variable
26 init_rwsem(&_comm_strs.lock); in comm_strs__init()
27 _comm_strs.capacity = 16; in comm_strs__init()
28 _comm_strs.num_strs = 0; in comm_strs__init()
29 _comm_strs.strs = calloc(16, sizeof(*_comm_strs.strs)); in comm_strs__init()
38 return &_comm_strs; in comm_strs__get()