| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | hists_filter.c | 15 struct sample { struct 25 static struct sample fake_samples[] = { argument 53 struct perf_sample sample = { .period = 100, }; in add_hist_entries() local
|
| D | hists_link.c | 15 struct sample { struct 24 static struct sample fake_common_samples[] = { argument 69 struct perf_sample sample = { .period = 1, .weight = 1, }; in add_hist_entries() local
|
| D | hists_output.c | 17 struct sample { struct 27 static struct sample fake_samples[] = { argument 54 struct perf_sample sample = { .period = 100, }; in add_hist_entries() local
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | hists_filter.c | 16 struct sample { struct 26 static struct sample fake_samples[] = { argument 54 struct perf_sample sample = { .period = 100, }; in add_hist_entries() local
|
| D | hists_link.c | 17 struct sample { struct 26 static struct sample fake_common_samples[] = { argument 71 struct perf_sample sample = { .period = 1, .weight = 1, }; in add_hist_entries() local
|
| D | hists_output.c | 17 struct sample { struct 27 static struct sample fake_samples[] = { argument 54 struct perf_sample sample = { .period = 100, }; in add_hist_entries() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | test_ringbuf_map_key.c | 10 struct sample { struct 24 __type(key, struct sample); argument 38 struct sample *sample, sample_copy; in test_ringbuf_mem_map_key() local
|
| D | test_ringbuf_multi.c | 9 struct sample { struct 10 int pid; 11 int seq; 12 long value; 13 char comm[16]; 60 struct sample *sample; in test_ringbuf() local
|
| D | test_ringbuf.c | 10 struct sample { struct 11 int pid; 12 int seq; 13 long value; 14 char comm[16]; 43 struct sample *sample; in test_ringbuf() local
|
| D | test_user_ringbuf.h | 28 struct sample { struct 29 int pid; 30 int seq; 31 long value; 32 char comm[16];
|
| D | user_ringbuf_fail.c | 10 struct sample { struct 32 const struct sample *sample; in bad_access1() argument 55 const struct sample *sample; in bad_access2() local
|
| D | dynptr_success.c | 16 struct sample { struct 17 int pid; 18 int seq; 19 long value; 20 char comm[16]; 123 struct sample *sample; in ringbuf_callback() local 140 struct sample *sample; in test_ringbuf() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_ringbuf_multi.c | 9 struct sample { struct 10 int pid; 11 int seq; 12 long value; 13 char comm[16]; 48 struct sample *sample; in test_ringbuf() local
|
| D | test_ringbuf.c | 9 struct sample { struct 10 int pid; 11 int seq; 12 long value; 13 char comm[16]; 43 struct sample *sample; in test_ringbuf() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | ringbuf_multi.c | 9 struct sample { struct 19 struct sample *s = data; in process_sample() argument
|
| D | ringbuf.c | 21 struct sample { struct 42 struct sample *s = data; in process_sample() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | ringbuf_multi.c | 9 struct sample { struct 19 struct sample *s = data; in process_sample() argument
|
| D | ringbuf.c | 22 struct sample { struct 43 struct sample *s = data; in process_sample() argument
|
| /kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
| D | kvm-stat.c | 30 static void mmio_event_get_key(struct evsel *evsel, struct perf_sample *sample, in mmio_event_get_key() 42 struct perf_sample *sample, struct event_key *key) in mmio_event_begin() 58 static bool mmio_event_end(struct evsel *evsel, struct perf_sample *sample, in mmio_event_end() 93 struct perf_sample *sample, in ioport_event_get_key() 101 struct perf_sample *sample, in ioport_event_begin() 137 struct perf_sample *sample, in msr_event_get_key() 145 struct perf_sample *sample, in msr_event_begin()
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | builtin-kwork.c | 197 struct perf_sample *sample) in atom_new() 352 struct perf_sample *sample) in profile_update_timespan() 366 struct perf_sample *sample) in profile_event_match() 393 struct perf_sample *sample, in work_push_atom() 440 struct perf_sample *sample, in work_pop_atom() 478 struct perf_sample *sample) in report_update_exit_event() 500 struct perf_sample *sample, in report_entry_event() 511 struct perf_sample *sample, in report_exit_event() 533 struct perf_sample *sample) in latency_update_entry_event() 555 struct perf_sample *sample, in latency_raise_event() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/arch/s390/util/ |
| D | kvm-stat.c | 27 struct perf_sample *sample, in event_icpt_insn_get_key() 38 struct perf_sample *sample, in event_sigp_get_key() 46 struct perf_sample *sample, in event_diag_get_key() 54 struct perf_sample *sample, in event_icpt_prog_get_key()
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | event.c | 194 struct perf_sample *sample, in perf_event__process_comm() 202 struct perf_sample *sample, in perf_event__process_namespaces() 210 struct perf_sample *sample, in perf_event__process_cgroup() 218 struct perf_sample *sample, in perf_event__process_lost() 242 struct perf_sample *sample, in perf_event__process_lost_samples() 266 struct perf_sample *sample, in perf_event__process_bpf() 274 struct perf_sample *sample, in perf_event__process_text_poke() 338 struct perf_sample *sample, in perf_event__process_mmap() 346 struct perf_sample *sample, in perf_event__process_mmap2() 361 struct perf_sample *sample, in perf_event__process_fork() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
| D | kvm-stat.c | 31 static void mmio_event_get_key(struct evsel *evsel, struct perf_sample *sample, in mmio_event_get_key() 43 struct perf_sample *sample, struct event_key *key) in mmio_event_begin() 59 static bool mmio_event_end(struct evsel *evsel, struct perf_sample *sample, in mmio_event_end() 94 struct perf_sample *sample, in ioport_event_get_key() 102 struct perf_sample *sample, in ioport_event_begin()
|
| /kernel/linux/linux-5.10/tools/perf/arch/s390/util/ |
| D | kvm-stat.c | 28 struct perf_sample *sample, in event_icpt_insn_get_key() 39 struct perf_sample *sample, in event_sigp_get_key() 47 struct perf_sample *sample, in event_diag_get_key() 55 struct perf_sample *sample, in event_icpt_prog_get_key()
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | builtin-inject.c | 228 struct perf_sample *sample, in perf_event__drop_aux() 242 struct perf_sample *sample) in perf_inject__cut_auxtrace_sample() 269 struct perf_sample *sample, in perf_event__repipe_sample() 291 struct perf_sample *sample, in perf_event__repipe_mmap() 305 struct perf_sample *sample, in perf_event__jit_repipe_mmap() 373 struct perf_sample *sample, in perf_event__repipe_buildid_mmap() 392 struct perf_sample *sample, in perf_event__repipe_mmap2() 406 struct perf_sample *sample, in perf_event__jit_repipe_mmap2() 430 struct perf_sample *sample, in perf_event__repipe_buildid_mmap2() 458 struct perf_sample *sample, in perf_event__repipe_fork() [all …]
|