Home
last modified time | relevance | path

Searched defs:semaphore_offset (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_elf.h37 uint64_t semaphore_offset; member
H A Dbcc_usdt.h38 uint64_t semaphore_offset; member
H A Dusdt.h259 uint64_t semaphore_offset() const { return semaphore_offset_; } in semaphore_offset() function
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dbcc_elf.h37 uint64_t semaphore_offset; member
H A Dbcc_usdt.h38 uint64_t semaphore_offset; member
H A Dusdt.h259 uint64_t semaphore_offset() const { return semaphore_offset_; } in semaphore_offset() function
/aosp_15_r20/external/bcc/src/cc/usdt/
H A Dusdt.cc59 uint64_t semaphore, uint64_t semaphore_offset, in Probe()