Home
last modified time | relevance | path

Searched refs:btm (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/kernel/trace/
Dbpf_trace.c37 struct bpf_trace_module *btm; in bpf_get_raw_tracepoint_module() local
41 list_for_each_entry(btm, &bpf_trace_modules, list) { in bpf_get_raw_tracepoint_module()
42 for (i = 0; i < btm->module->num_bpf_raw_events; ++i) { in bpf_get_raw_tracepoint_module()
43 btp = &btm->module->bpf_raw_events[i]; in bpf_get_raw_tracepoint_module()
45 if (try_module_get(btm->module)) in bpf_get_raw_tracepoint_module()
1478 struct bpf_trace_module *btm, *tmp; in bpf_event_notify() local
1489 btm = kzalloc(sizeof(*btm), GFP_KERNEL); in bpf_event_notify()
1490 if (btm) { in bpf_event_notify()
1491 btm->module = module; in bpf_event_notify()
1492 list_add(&btm->list, &bpf_trace_modules); in bpf_event_notify()
[all …]
/Linux-v5.4/arch/arm/boot/dts/
Datlas7-evb.dts72 btm {
Datlas7.dtsi1788 btm {
1834 btm@11010000 {
1835 compatible = "sirf,nocfw-btm";