Home
last modified time | relevance | path

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

/tools/
A Dproftool.c243 struct abuf str_buf; member
1585 abuf_init(&tw->str_buf); in make_ftrace()
1813 char *str = abuf_data(str_buf); in output_tree()
1843 if (needed > abuf_size(str_buf)) { in output_tree()
1851 str = abuf_data(str_buf); in output_tree()
1861 str = abuf_data(str_buf); in output_tree()
1877 struct abuf str_buf; in make_flamegraph() local
1884 abuf_init(&str_buf); in make_flamegraph()
1885 if (!abuf_realloc(&str_buf, 500)) in make_flamegraph()
1888 str = abuf_data(&str_buf); in make_flamegraph()
[all …]

Completed in 8 milliseconds