/kernel/linux/linux-5.10/samples/qmi/ |
H A D | qmi_sample_client.c | 456 struct qmi_sample *sample; in qmi_sample_probe() local 516 struct qmi_sample *sample = platform_get_drvdata(pdev); qmi_sample_remove() local [all...] |
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | inject-buildid.c | 221 struct perf_sample sample = { in synthesize_sample() local
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 209 call_path_from_sample(struct db_export *dbe, struct machine *machine, struct thread *thread, struct perf_sample *sample, struct evsel *evsel) call_path_from_sample() argument 344 db_export__sample(struct db_export *dbe, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al) db_export__sample() argument 550 db_export__switch(struct db_export *dbe, union perf_event *event, struct perf_sample *sample, struct machine *machine) db_export__switch() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 260 static SV *perl_process_callchain(struct perf_sample *sample, in perl_process_callchain() argument 338 static void perl_process_tracepoint(struct perf_sample *sample, in perl_process_tracepoint() argument 432 perl_process_event_generic(union perf_event *event, struct perf_sample *sample, struct evsel *evsel) perl_process_event_generic() argument 456 perl_process_event(union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al) perl_process_event() argument [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | ringbuf.c | 407 static void bpf_ringbuf_commit(void *sample, u64 flags, bool discard) in bpf_ringbuf_commit() argument
|
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid3.c | 754 const u32 sample = tfrc_rx_hist_sample_rtt(&hc->rx_hist, skb); in ccid3_hc_rx_packet_recv() local
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_cubic.c | 455 static void bictcp_acked(struct sock *sk, const struct ack_sample *sample) in bictcp_acked() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv17.c | 53 uint32_t sample = 0; in nv42_tv_sample_load() local
|
H A D | dac.c | 242 uint32_t sample, testval, regoffset = nv04_dac_output_offset(encoder); in nv17_dac_sample_load() local
|
/kernel/linux/linux-5.10/drivers/oprofile/ |
H A D | buffer_sync.c | 506 struct op_sample *sample; in sync_buffer() local [all...] |
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_ec_sensorhub_ring.c | 39 cros_sensorhub_send_sample(struct cros_ec_sensorhub *sensorhub, struct cros_ec_sensors_ring_sample *sample) cros_sensorhub_send_sample() argument 356 cros_ec_sensor_ring_check_for_past_timestamp(struct cros_ec_sensorhub *sensorhub, struct cros_ec_sensors_ring_sample *sample) cros_ec_sensor_ring_check_for_past_timestamp() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | comedi_test.c | 212 unsigned short sample; in waveform_ai_timer() local
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_ec_sensorhub_ring.c | 39 cros_sensorhub_send_sample(struct cros_ec_sensorhub *sensorhub, struct cros_ec_sensors_ring_sample *sample) cros_sensorhub_send_sample() argument 356 cros_ec_sensor_ring_check_for_past_timestamp(struct cros_ec_sensorhub *sensorhub, struct cros_ec_sensors_ring_sample *sample) cros_ec_sensor_ring_check_for_past_timestamp() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | dac.c | 242 uint32_t sample, testval, regoffset = nv04_dac_output_offset(encoder); in nv17_dac_sample_load() local
|
H A D | tvnv17.c | 54 uint32_t sample = 0; in nv42_tv_sample_load() local
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 1302 register s32 sample; local [all...] |
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | rack-meter.c | 314 u32 sample = 0; in rackmeter_calc_sample() local
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 169 struct perf_sample *sample = iter->sample; in hist_iter__branch_callback() local 136 process_branch_stack(struct branch_stack *bs, struct addr_location *al, struct perf_sample *sample) process_branch_stack() argument 185 process_branch_callback(struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann, struct machine *machine) process_branch_callback() argument 228 evsel__add_sample(struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann, struct machine *machine) evsel__add_sample() argument 273 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument [all...] |
H A D | builtin-mem.c | 191 dump_raw_samples(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) dump_raw_samples() argument 265 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel __maybe_unused, struct machine *machine) process_sample_event() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | inject-buildid.c | 222 struct perf_sample sample = { in synthesize_sample() local
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | dlfilter-test.c | 177 struct perf_sample sample = { in write_sample() local
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_police.c | 263 struct gnet_stats_rate_est64 sample; in tcf_police_act() local
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dlfilter.c | 488 dlfilter__do_filter_event(struct dlfilter *d, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine, struct addr_location *al, struct addr_location *addr_al, bool early) dlfilter__do_filter_event() argument [all...] |
H A D | sample.h | 128 static inline void *perf_sample__synth_ptr(struct perf_sample *sample) in perf_sample__synth_ptr() argument
|
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 259 static SV *perl_process_callchain(struct perf_sample *sample, in perl_process_callchain() argument 342 static void perl_process_tracepoint(struct perf_sample *sample, in perl_process_tracepoint() argument 437 perl_process_event_generic(union perf_event *event, struct perf_sample *sample, struct evsel *evsel) perl_process_event_generic() argument 461 perl_process_event(union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al) perl_process_event() argument [all...] |