Searched refs:raw (Results 1 – 11 of 11) sorted by relevance
/kernel/bpf/ |
D | inode.c | 32 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get() argument 36 bpf_prog_inc(raw); in bpf_any_get() 39 bpf_map_inc_with_uref(raw); in bpf_any_get() 42 bpf_link_inc(raw); in bpf_any_get() 49 return raw; in bpf_any_get() 52 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put() argument 56 bpf_prog_put(raw); in bpf_any_put() 59 bpf_map_put_with_uref(raw); in bpf_any_put() 62 bpf_link_put(raw); in bpf_any_put() 72 void *raw; in bpf_fd_probe_obj() local [all …]
|
D | core.c | 277 u8 *raw, *todo; in bpf_prog_calc_tag() local 281 raw = vmalloc(raw_size); in bpf_prog_calc_tag() 282 if (!raw) in bpf_prog_calc_tag() 291 dst = (void *)raw; in bpf_prog_calc_tag() 313 memset(&raw[psize], 0, raw_size - psize); in bpf_prog_calc_tag() 314 raw[psize++] = 0x80; in bpf_prog_calc_tag() 318 todo = raw; in bpf_prog_calc_tag() 337 vfree(raw); in bpf_prog_calc_tag()
|
D | verifier.c | 7338 dst_reg->raw = ptr_reg->raw; in adjust_ptr_min_max_vals() 7368 dst_reg->raw = ptr_reg->raw; in adjust_ptr_min_max_vals() 7372 memset(&dst_reg->raw, 0, sizeof(dst_reg->raw)); in adjust_ptr_min_max_vals() 7401 dst_reg->raw = ptr_reg->raw; in adjust_ptr_min_max_vals() 7427 dst_reg->raw = ptr_reg->raw; in adjust_ptr_min_max_vals() 7432 memset(&dst_reg->raw, 0, sizeof(dst_reg->raw)); in adjust_ptr_min_max_vals()
|
/kernel/trace/ |
D | trace_output.c | 798 if (event->funcs->raw == NULL) in register_trace_event() 799 event->funcs->raw = trace_nop_print; in register_trace_event() 923 .raw = trace_fn_raw, 1063 .raw = trace_ctx_raw, 1075 .raw = trace_wake_raw, 1231 .raw = trace_hwlat_raw, 1301 .raw = trace_osnoise_raw, 1347 .raw = trace_timerlat_raw, 1391 .raw = trace_bputs_raw, 1435 .raw = trace_bprint_raw, [all …]
|
D | bpf_trace.c | 613 struct perf_raw_record raw = { in BPF_CALL_5() local 635 sd->raw = &raw; in BPF_CALL_5() 670 struct perf_raw_record raw = { in bpf_event_output() local 696 sd->raw = &raw; in bpf_event_output()
|
D | Kconfig | 812 that use this string to parse the raw data as user space does not know
|
D | trace.c | 4416 return event->funcs->raw(iter, 0, event); in print_raw_fmt()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 1608 int raw = 0; in kdb_md() local 1619 valid = raw = 1; in kdb_md() 1657 if (raw) in kdb_md() 1677 if (raw) in kdb_md()
|
/kernel/ |
D | Kconfig.preempt | 17 raw processing power of the kernel, irrespective of scheduling
|
/kernel/events/ |
D | core.c | 7156 struct perf_raw_record *raw = data->raw; in perf_output_sample() local 7158 if (raw) { in perf_output_sample() 7159 struct perf_raw_frag *frag = &raw->frag; in perf_output_sample() 7161 perf_output_put(handle, raw->size); in perf_output_sample() 7180 } raw = { in perf_output_sample() local 7184 perf_output_put(handle, raw); in perf_output_sample() 7463 struct perf_raw_record *raw = data->raw; in perf_prepare_sample() local 7466 if (raw) { in perf_prepare_sample() 7467 struct perf_raw_frag *frag = &raw->frag; in perf_prepare_sample() 7478 raw->size = size - sizeof(u32); in perf_prepare_sample() [all …]
|
/kernel/time/ |
D | timekeeping.c | 1066 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot() 1129 ktime_sub(ts->sys_monoraw, history->raw)); in adjust_historical_crosststamp() 1156 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
|