Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dcpu_mf.h134 struct hws_trailer_entry { struct
297 static inline unsigned long long trailer_timestamp(struct hws_trailer_entry *te) in trailer_timestamp()
314 ret -= sizeof(struct hws_trailer_entry); in trailer_entry_ptr()
/linux-5.19.10/tools/perf/util/
Ds390-cpumsf.c309 static unsigned long long trailer_timestamp(struct hws_trailer_entry *te, in trailer_timestamp()
323 struct hws_trailer_entry *te) in s390_cpumsf_trailer_show()
326 struct hws_trailer_entry local; in s390_cpumsf_trailer_show()
376 struct hws_trailer_entry *te; in s390_cpumsf_validate()
384 te = (struct hws_trailer_entry *)(buf + S390_CPUMSF_PAGESZ in s390_cpumsf_validate()
422 size_t payload = S390_CPUMSF_PAGESZ - sizeof(struct hws_trailer_entry); in s390_cpumsf_reached_trailer()
474 struct hws_trailer_entry te; in s390_cpumsf_dump()
548 struct hws_trailer_entry *te; in get_trailer_time()
552 te = (struct hws_trailer_entry *)(buf + S390_CPUMSF_PAGESZ in get_trailer_time()
Ds390-cpumsf-kernel.h45 struct hws_trailer_entry { struct
/linux-5.19.10/arch/s390/kernel/
Dperf_cpum_sf.c1175 struct hws_trailer_entry *te; in hw_collect_samples()
1178 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_collect_samples()
1247 struct hws_trailer_entry *te; in hw_perf_event_update()
1266 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_perf_event_update()
1355 static struct hws_trailer_entry *aux_sdb_trailer(struct aux_buffer *aux, in aux_sdb_trailer()
1362 return (struct hws_trailer_entry *)trailer_entry_ptr(sdb); in aux_sdb_trailer()
1378 struct hws_trailer_entry *te; in aux_output_end()
1417 struct hws_trailer_entry *te; in aux_output_begin()
1479 struct hws_trailer_entry *te; in aux_set_alert()
1527 struct hws_trailer_entry *te; in aux_reset_buffer()
[all …]