| /linux-6.15/tools/perf/tests/ |
| H A 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
|
| H A 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
|
| H A 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
|
| H A D | hists_cumulate.c | 17 struct sample { struct 26 static struct sample fake_samples[] = { argument 84 struct perf_sample sample = { .period = 1000, }; in add_hist_entries() local
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A 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
|
| H A 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
|
| H A 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
|
| H A D | test_ringbuf_n.c | 14 struct sample { struct 31 struct sample *sample; in test_ringbuf_n() local
|
| H A D | test_user_ringbuf.h | 28 struct sample { struct 29 int pid; 30 int seq; 31 long value; 32 char comm[16];
|
| H A 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
|
| /linux-6.15/tools/perf/util/ |
| H A D | sample.c | 8 void perf_sample__init(struct perf_sample *sample, bool all) in perf_sample__init() 18 void perf_sample__exit(struct perf_sample *sample) in perf_sample__exit() 24 struct regs_dump *perf_sample__user_regs(struct perf_sample *sample) in perf_sample__user_regs() 35 struct regs_dump *perf_sample__intr_regs(struct perf_sample *sample) in perf_sample__intr_regs()
|
| H A D | event.c | 221 struct perf_sample *sample, in perf_event__process_comm() 229 struct perf_sample *sample, in perf_event__process_namespaces() 245 struct perf_sample *sample, in perf_event__process_lost() 301 struct perf_sample *sample, in perf_event__process_bpf() 309 struct perf_sample *sample, in perf_event__process_text_poke() 392 struct perf_sample *sample, in perf_event__process_mmap() 400 struct perf_sample *sample, in perf_event__process_mmap2() 415 struct perf_sample *sample, in perf_event__process_fork() 423 struct perf_sample *sample, in perf_event__process_exit() 612 struct perf_sample *sample, in perf_event__process() [all …]
|
| H A D | amd-sample-raw.c | 192 static void amd_dump_ibs_op(struct perf_sample *sample) in amd_dump_ibs_op() 223 static void amd_dump_ibs_fetch(struct perf_sample *sample) in amd_dump_ibs_fetch() 240 static bool is_valid_ibs_fetch_sample(struct perf_sample *sample) in is_valid_ibs_fetch_sample() 251 static bool is_valid_ibs_op_sample(struct perf_sample *sample) in is_valid_ibs_op_sample() 267 struct perf_sample *sample) in evlist__amd_sample_raw()
|
| H A D | s390-sample-raw.c | 47 static bool s390_cpumcfdg_testctr(struct perf_sample *sample) in s390_cpumcfdg_testctr() 180 static void s390_cpumcfdg_dump(struct perf_pmu *pmu, struct perf_sample *sample) in s390_cpumcfdg_dump() 233 static bool s390_pai_all_test(struct perf_sample *sample) in s390_pai_all_test() 242 static void s390_pai_all_dump(struct evsel *evsel, struct perf_sample *sample) in s390_pai_all_dump() 287 struct perf_sample *sample) in evlist__s390_sample_raw()
|
| H A D | intel-pt.c | 1767 struct perf_sample sample; in intel_pt_synth_branch_sample() local 1842 struct perf_sample sample; in intel_pt_synth_instruction_sample() local 1878 struct perf_sample sample; in intel_pt_synth_cycle_sample() local 1909 struct perf_sample sample; in intel_pt_synth_transaction_sample() local 1972 struct perf_sample sample; in intel_pt_synth_cbr_sample() local 2006 struct perf_sample sample; in intel_pt_synth_psb_sample() local 2036 struct perf_sample sample; in intel_pt_synth_mwait_sample() local 2065 struct perf_sample sample; in intel_pt_synth_pwre_sample() local 2094 struct perf_sample sample; in intel_pt_synth_exstop_sample() local 2123 struct perf_sample sample; in intel_pt_synth_pwrx_sample() local [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ringbuf_multi.c | 9 struct sample { struct 19 struct sample *s = data; in process_sample() argument
|
| H A D | ringbuf.c | 25 struct sample { struct 46 struct sample *s = data; in process_sample() argument
|
| /linux-6.15/tools/perf/arch/x86/util/ |
| H A 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()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-kwork.c | 241 struct perf_sample *sample) in atom_new() 421 struct perf_sample *sample) in profile_event_match() 452 struct perf_sample *sample, in work_push_atom() 511 struct perf_sample *sample, in work_pop_atom() 741 struct perf_sample *sample, in timehist_print_event() 817 struct perf_sample *sample, in timehist_raise_event() 828 struct perf_sample *sample, in timehist_entry_event() 900 struct perf_sample *sample, in top_entry_event() 911 struct perf_sample *sample, in top_exit_event() 1010 struct perf_sample *sample, in irq_work_init() [all …]
|
| H A D | builtin-timechart.c | 286 struct cpu_sample *sample; in pid_put_sample() local 576 struct perf_sample *sample, in process_sample_event() 601 struct perf_sample *sample, in process_sample_cpu_idle() 735 struct io_sample *sample; in pid_begin_io_sample() local 913 struct perf_sample *sample) in process_enter_tx() 923 struct perf_sample *sample) in process_exit_tx() 933 struct perf_sample *sample) in process_enter_rx() 943 struct perf_sample *sample) in process_exit_rx() 1116 struct cpu_sample *sample; in draw_cpu_usage() local 1147 struct io_sample *sample; in draw_io_bars() local [all …]
|
| H A D | builtin-script.c | 814 struct perf_sample *sample, in perf_sample__fprintf_start() 2070 struct perf_sample *sample; member 2404 struct perf_sample *sample, in process_sample_event() 2557 struct perf_sample *sample, in print_event_with_time() 2600 struct perf_sample *sample, in process_comm_event() 2612 struct perf_sample *sample, in process_namespaces_event() 2624 struct perf_sample *sample, in process_cgroup_event() 2685 struct perf_sample *sample, in process_switch_event() 2717 struct perf_sample *sample, in process_lost_event() 2748 struct perf_sample *sample, in process_bpf_events() [all …]
|
| H A D | builtin-inject.c | 48 struct perf_sample sample; member 329 struct perf_sample *sample, in perf_event__drop_aux() 343 struct perf_sample *sample) in perf_inject__cut_auxtrace_sample() 468 struct perf_sample *sample, in perf_event__repipe_common_mmap() 573 struct perf_sample *sample, in perf_event__repipe_mmap() 587 struct perf_sample *sample, in perf_event__repipe_mmap2() 758 struct perf_sample *sample, in tool__inject_build_id() 835 struct perf_sample *sample, in mark_dso_hit() 897 struct perf_sample *sample; member 1658 struct perf_sample *sample; in guest_session__inject_events() local [all …]
|
| /linux-6.15/tools/perf/arch/s390/util/ |
| H A 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()
|
| /linux-6.15/tools/testing/selftests/timers/ |
| H A D | freq-step.c | 32 struct sample { struct 48 static double get_sample(struct sample *sample) in get_sample() 206 struct sample sample; in init_test() local
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | intel-pt-events.py | 231 def common_start_str(comm, sample): argument 243 def print_common_start(comm, sample, name): argument 253 def print_instructions_start(comm, sample): argument 266 def print_common_ip(param_dict, sample, symbol, dso): argument 299 def print_srccode(comm, param_dict, sample, symbol, dso, with_insn): argument
|