Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Ddata-convert-bt.c52 struct ctf_stream { struct
61 struct ctf_stream **stream; argument
666 static int ctf_stream__flush(struct ctf_stream *cs) in ctf_stream__flush()
684 static struct ctf_stream *ctf_stream__create(struct ctf_writer *cw, int cpu) in ctf_stream__create()
686 struct ctf_stream *cs; in ctf_stream__create()
739 static void ctf_stream__delete(struct ctf_stream *cs) in ctf_stream__delete()
747 static struct ctf_stream *ctf_stream(struct ctf_writer *cw, int cpu) in ctf_stream() function
749 struct ctf_stream *cs = cw->stream[cpu]; in ctf_stream()
784 static bool is_flush_needed(struct ctf_stream *cs) in is_flush_needed()
798 struct ctf_stream *cs; in process_sample_event()
[all …]
/kernel/linux/linux-6.6/tools/perf/util/
Ddata-convert-bt.c56 struct ctf_stream { struct
65 struct ctf_stream **stream; argument
672 static int ctf_stream__flush(struct ctf_stream *cs) in ctf_stream__flush()
690 static struct ctf_stream *ctf_stream__create(struct ctf_writer *cw, int cpu) in ctf_stream__create()
692 struct ctf_stream *cs; in ctf_stream__create()
745 static void ctf_stream__delete(struct ctf_stream *cs) in ctf_stream__delete()
753 static struct ctf_stream *ctf_stream(struct ctf_writer *cw, int cpu) in ctf_stream() function
755 struct ctf_stream *cs = cw->stream[cpu]; in ctf_stream()
790 static bool is_flush_needed(struct ctf_stream *cs) in is_flush_needed()
804 struct ctf_stream *cs; in process_sample_event()
[all …]