Lines Matching full:maps
34 bpf_map__set_max_entries(bpf->maps.hist_irq, params->entries); in timerlat_bpf_init()
35 bpf_map__set_max_entries(bpf->maps.hist_thread, params->entries); in timerlat_bpf_init()
36 bpf_map__set_max_entries(bpf->maps.hist_user, params->entries); in timerlat_bpf_init()
39 bpf_map__set_autocreate(bpf->maps.hist_irq, false); in timerlat_bpf_init()
40 bpf_map__set_autocreate(bpf->maps.hist_thread, false); in timerlat_bpf_init()
41 bpf_map__set_autocreate(bpf->maps.hist_user, false); in timerlat_bpf_init()
46 bpf_map__set_autocreate(bpf->maps.summary_irq, false); in timerlat_bpf_init()
47 bpf_map__set_autocreate(bpf->maps.summary_thread, false); in timerlat_bpf_init()
48 bpf_map__set_autocreate(bpf->maps.summary_user, false); in timerlat_bpf_init()
100 rb = ring_buffer__new(bpf_map__fd(bpf->maps.signal_stop_tracing), in timerlat_bpf_wait()
146 return get_value(bpf->maps.hist_irq, in timerlat_bpf_get_hist_value()
147 bpf->maps.hist_thread, in timerlat_bpf_get_hist_value()
148 bpf->maps.hist_user, in timerlat_bpf_get_hist_value()
161 return get_value(bpf->maps.summary_irq, in timerlat_bpf_get_summary_value()
162 bpf->maps.summary_thread, in timerlat_bpf_get_summary_value()
163 bpf->maps.summary_user, in timerlat_bpf_get_summary_value()