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 | 289 u8 *raw, *todo; in bpf_prog_calc_tag() local 293 raw = vmalloc(raw_size); in bpf_prog_calc_tag() 294 if (!raw) in bpf_prog_calc_tag() 303 dst = (void *)raw; in bpf_prog_calc_tag() 325 memset(&raw[psize], 0, raw_size - psize); in bpf_prog_calc_tag() 326 raw[psize++] = 0x80; in bpf_prog_calc_tag() 330 todo = raw; in bpf_prog_calc_tag() 349 vfree(raw); in bpf_prog_calc_tag()
|
D | verifier.c | 12577 dst_reg->raw = ptr_reg->raw; in adjust_ptr_min_max_vals() 12607 dst_reg->raw = ptr_reg->raw; in adjust_ptr_min_max_vals() 12611 memset(&dst_reg->raw, 0, sizeof(dst_reg->raw)); in adjust_ptr_min_max_vals() 12640 dst_reg->raw = ptr_reg->raw; in adjust_ptr_min_max_vals() 12666 dst_reg->raw = ptr_reg->raw; in adjust_ptr_min_max_vals() 12671 memset(&dst_reg->raw, 0, sizeof(dst_reg->raw)); in adjust_ptr_min_max_vals()
|
/kernel/trace/ |
D | trace_output.c | 767 if (event->funcs->raw == NULL) in register_trace_event() 768 event->funcs->raw = trace_nop_print; in register_trace_event() 1062 .raw = trace_fn_raw, 1202 .raw = trace_ctx_raw, 1214 .raw = trace_wake_raw, 1370 .raw = trace_hwlat_raw, 1440 .raw = trace_osnoise_raw, 1488 .raw = trace_timerlat_raw, 1532 .raw = trace_bputs_raw, 1576 .raw = trace_bprint_raw, [all …]
|
D | bpf_trace.c | 619 u64 flags, struct perf_raw_record *raw, in __bpf_perf_event_output() argument 645 perf_sample_save_raw_data(sd, event, raw); in __bpf_perf_event_output() 664 struct perf_raw_record raw = { in BPF_CALL_5() local 691 err = __bpf_perf_event_output(regs, map, flags, &raw, sd); in BPF_CALL_5() 724 struct perf_raw_record raw = { in bpf_event_output() local 751 ret = __bpf_perf_event_output(regs, map, flags, &raw, sd); in bpf_event_output()
|
D | Kconfig | 930 that use this string to parse the raw data as user space does not know
|
D | trace.c | 4493 return event->funcs->raw(iter, 0, event); in print_raw_fmt()
|
/kernel/events/ |
D | core.c | 7345 struct perf_raw_record *raw = data->raw; in perf_output_sample() local 7347 if (raw) { in perf_output_sample() 7348 struct perf_raw_frag *frag = &raw->frag; in perf_output_sample() 7350 perf_output_put(handle, raw->size); in perf_output_sample() 7369 } raw = { in perf_output_sample() local 7373 perf_output_put(handle, raw); in perf_output_sample() 7668 data->raw = NULL; in perf_prepare_sample() 10105 struct perf_raw_record *raw) in perf_tp_filter_match() argument 10107 void *record = raw->frag.data; in perf_tp_filter_match() 10119 struct perf_raw_record *raw, in perf_tp_event_match() argument [all …]
|
/kernel/debug/kdb/ |
D | kdb_main.c | 1607 int raw = 0; in kdb_md() local 1618 valid = raw = 1; in kdb_md() 1656 if (raw) in kdb_md() 1676 if (raw) in kdb_md()
|
/kernel/ |
D | Kconfig.preempt | 29 raw processing power of the kernel, irrespective of scheduling
|
/kernel/time/ |
D | timekeeping.c | 1089 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot() 1154 ktime_sub(ts->sys_monoraw, history->raw)); in adjust_historical_crosststamp() 1181 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
|