Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddata-convert.h14 int bt_convert__perf2ctf(const char *input_name, const char *to_ctf,
H A Ddata-convert-bt.c1601 int bt_convert__perf2ctf(const char *input, const char *path, in bt_convert__perf2ctf() function
/linux/tools/perf/
H A Dbuiltin-data.c82 return bt_convert__perf2ctf(input_name, to_ctf, &opts); in cmd_data_convert()