Searched refs:sfq (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Ds390-cpumsf.c199 struct s390_cpumsf_queue *sfq; local
207 sfq = q->priv;
208 if (!sfq) /* Queue not yet allocated */
211 if (!sfq->logfile_ctr) {
219 sfq->logfile_ctr = fopen(name, "w");
220 if (sfq->logfile_ctr == NULL) {
228 if (sfq->logfile_ctr) {
231 sfq->logfile_ctr);
505 struct s390_cpumsf_queue *sfq)
512 .cpu = sfq
503 s390_cpumsf_make_event(size_t pos, struct hws_basic_entry *basic, struct s390_cpumsf_queue *sfq) argument
600 s390_cpumsf_samples(struct s390_cpumsf_queue *sfq, u64 *ts) argument
693 s390_cpumsf_run_decoder(struct s390_cpumsf_queue *sfq, u64 *ts) argument
770 struct s390_cpumsf_queue *sfq; local
803 struct s390_cpumsf_queue *sfq = queue->priv; local
851 struct s390_cpumsf_queue *sfq; local
1020 struct s390_cpumsf_queue *sfq = (struct s390_cpumsf_queue *) local
[all...]

Completed in 112 milliseconds