Home
last modified time | relevance | path

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

/tools/perf/util/
Dlzma.c15 #define BUFSIZE 8192 macro
42 u8 buf_in[BUFSIZE]; in lzma_decompress_to_file()
43 u8 buf_out[BUFSIZE]; in lzma_decompress_to_file()
Dcpumap.c73 #define BUFSIZE 1024 in cpu_map__fprintf() macro
74 char buf[BUFSIZE]; in cpu_map__fprintf()
78 #undef BUFSIZE in cpu_map__fprintf()
/tools/perf/tests/
Dattr.c50 #define BUFSIZE 1024 macro
54 char buf[BUFSIZE]; \
57 size = snprintf(buf, BUFSIZE, #str "=%"fmt "\n", data); \
Ddso-data.c282 #define BUFSIZE 10 in test__dso_data_cache() macro
283 u8 buf[BUFSIZE]; in test__dso_data_cache()
286 n = dso__data_read_offset(dso, &machine, 0, buf, BUFSIZE); in test__dso_data_cache()
287 TEST_ASSERT_VAL("failed to read dso", n == BUFSIZE); in test__dso_data_cache()