Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 25 of 234) sorted by relevance

12345678910

/openbmc/linux/tools/perf/tests/
H A Dhists_filter.c16 struct sample { struct
26 static struct sample fake_samples[] = { argument
54 struct perf_sample sample = { .period = 100, }; in add_hist_entries() local
H A Dhists_link.c17 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 Dhists_output.c17 struct sample { struct
27 static struct sample fake_samples[] = { argument
54 struct perf_sample sample = { .period = 100, }; in add_hist_entries() local
H A Dhists_cumulate.c17 struct sample { struct
26 static struct sample fake_samples[] = { argument
84 struct perf_sample sample = { .period = 1000, }; in add_hist_entries() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf_map_key.c10 struct sample { struct
24 __type(key, struct sample); argument
38 struct sample *sample, sample_copy; in test_ringbuf_mem_map_key() local
H A Dtest_ringbuf_multi.c9 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 Dtest_ringbuf.c10 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 Dtest_user_ringbuf.h28 struct sample { struct
29 int pid;
30 int seq;
31 long value;
32 char comm[16];
H A Duser_ringbuf_fail.c10 struct sample { struct
32 const struct sample *sample; in bad_access1() local
55 const struct sample *sample; in bad_access2() local
H A Ddynptr_success.c16 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
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf_multi.c9 struct sample { struct
19 struct sample *s = data; in process_sample() argument
H A Dringbuf.c22 struct sample { struct
43 struct sample *s = data; in process_sample() argument
/openbmc/linux/tools/perf/arch/x86/util/
H A Dkvm-stat.c30 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()
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c197 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()
638 struct perf_sample *sample, in timehist_print_event()
714 struct perf_sample *sample, in timehist_raise_event()
725 struct perf_sample *sample, in timehist_entry_event()
796 struct perf_sample *sample, in process_irq_handler_exit_event()
827 struct perf_sample *sample, in irq_work_init()
[all …]
H A Dbuiltin-timechart.c286 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 Dbuiltin-script.c774 struct perf_sample *sample, in perf_sample__fprintf_start()
2021 struct perf_sample *sample; member
2350 struct perf_sample *sample, in process_sample_event()
2503 struct perf_sample *sample, in print_event_with_time()
2546 struct perf_sample *sample, in process_comm_event()
2558 struct perf_sample *sample, in process_namespaces_event()
2570 struct perf_sample *sample, in process_cgroup_event()
2631 struct perf_sample *sample, in process_switch_event()
2663 struct perf_sample *sample, in process_lost_event()
2694 struct perf_sample *sample, in process_bpf_events()
[all …]
/openbmc/linux/tools/perf/arch/s390/util/
H A Dkvm-stat.c27 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()
/openbmc/linux/tools/perf/util/
H A Devent.c221 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()
592 struct perf_sample *sample, in perf_event__process()
712 struct perf_sample *sample) in machine__resolve()
[all …]
H A Damd-sample-raw.c192 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()
/openbmc/linux/tools/testing/selftests/timers/
H A Dfreq-step.c32 struct sample { struct
48 static double get_sample(struct sample *sample) in get_sample()
206 struct sample sample; in init_test() local
/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821-biffuncs.h14 static inline u8 getBit(u32 sample, u8 index) in getBit()
24 static inline u32 setBitAtPos(u32 sample, u8 bit) in setBitAtPos()
/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py231 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
/openbmc/linux/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c13 static int sample_ustack(struct perf_sample *sample, in sample_ustack()
45 int test__arch_unwind_sample(struct perf_sample *sample, in test__arch_unwind_sample()
/openbmc/linux/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c13 static int sample_ustack(struct perf_sample *sample, in sample_ustack()
45 int test__arch_unwind_sample(struct perf_sample *sample, in test__arch_unwind_sample()
/openbmc/linux/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c13 static int sample_ustack(struct perf_sample *sample, in sample_ustack()
45 int test__arch_unwind_sample(struct perf_sample *sample, in test__arch_unwind_sample()

12345678910