Home
last modified time | relevance | path

Searched defs:prof_buf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/e2fsprogs/lib/support/
H A Dprofile.c978 struct prof_buf { struct
984 static void add_data_to_buffer(struct prof_buf *b, const void *d, size_t len) in add_data_to_buffer() argument
1013 struct prof_buf prof_buf = { 0, 0, 0, 0 }; in profile_write_tree_to_buffer() local
/aosp_15_r20/external/executorch/runtime/platform/
H A Dprofiler.cpp20 static uint8_t prof_buf[prof_buf_size * MAX_PROFILE_BLOCKS]; variable