Searched defs:prof_buf (Results 1 – 2 of 2) sorted by relevance
978 struct prof_buf { struct984 static void add_data_to_buffer(struct prof_buf *b, const void *d, size_t len) in add_data_to_buffer() argument1013 struct prof_buf prof_buf = { 0, 0, 0, 0 }; in profile_write_tree_to_buffer() local
20 static uint8_t prof_buf[prof_buf_size * MAX_PROFILE_BLOCKS]; variable