Searched refs:pvalue (Results 1 – 20 of 20) sorted by relevance
| /tools/bpf/bpftool/ |
| A D | pids.c | 40 refs = entry->pvalue; in add_ref() 193 struct obj_refs *refs = entry->pvalue; in delete_obj_refs_table() 211 struct obj_refs *refs = entry->pvalue; in emit_obj_refs_json() 243 struct obj_refs *refs = entry->pvalue; in emit_obj_refs_plain()
|
| A D | link.c | 579 jsonw_string(json_wtr, entry->pvalue); in show_link_close_json() 974 printf("\n\tpinned %s", (char *)entry->pvalue); in show_link_close_plain()
|
| A D | map.c | 530 jsonw_string(json_wtr, entry->pvalue); in show_map_close_json() 606 printf("\n\tpinned %s", (char *)entry->pvalue); in show_map_close_plain()
|
| A D | common.c | 631 free(entry->pvalue); in delete_pinned_obj_table()
|
| A D | prog.c | 491 jsonw_string(json_wtr, entry->pvalue); in print_prog_json() 568 printf("\n\tpinned %s", (char *)entry->pvalue); in print_prog_plain()
|
| A D | gen.c | 2422 bpf_core_free_cands(entry->pvalue); in btfgen_record_obj()
|
| /tools/perf/util/ |
| A D | hwmon_pmu.c | 327 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__read_events() 400 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__exit() 501 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__for_each_event() 576 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__have_event() 609 struct hwmon_pmu_event_value *value = cur->pvalue; in hwmon_pmu__config_term()
|
| A D | expr.c | 86 zfree(&cur->pvalue); in ids__free() 314 zfree(&cur->pvalue); in expr__ctx_clear() 330 zfree(&cur->pvalue); in expr__ctx_free()
|
| A D | hashmap.h | 67 void *pvalue; member
|
| A D | threads.c | 179 int rc = fn((struct thread *)cur->pvalue, data); in threads__for_each_thread()
|
| A D | bpf-trace-summary.c | 417 data[i++] = entry->pvalue; in trace_print_bpf_summary()
|
| A D | pmu.c | 445 perf_pmu_free_alias(entry->pvalue); in perf_pmu__del_aliases() 2087 struct perf_pmu_alias *event = entry->pvalue; in perf_pmu__for_each_event() 2589 struct perf_pmu_alias *event = entry->pvalue; in perf_pmu__name_from_config()
|
| A D | bpf_lock_contention.c | 106 free(cur->pvalue); in exit_slab_cache_iter()
|
| A D | annotate.c | 123 zfree(&cur->pvalue); in annotated_source__delete()
|
| /tools/lib/bpf/ |
| A D | hashmap.h | 67 void *pvalue; member
|
| A D | gen_loader.c | 1114 void bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *pvalue, in bpf_gen__map_update_elem() argument 1124 value = add_data(gen, pvalue, value_size); in bpf_gen__map_update_elem()
|
| A D | libbpf.c | 6033 bpf_core_free_cands(entry->pvalue); in bpf_object__relocate_core()
|
| /tools/perf/ |
| A D | builtin-ftrace.c | 1337 struct ftrace_profile_data *p1 = e1->pvalue; in cmp_profile_data() 1338 struct ftrace_profile_data *p2 = e2->pvalue; in cmp_profile_data() 1399 struct ftrace_profile_data *p = profile[i]->pvalue; in print_profile_result() 1410 free(entry->pvalue); in print_profile_result()
|
| A D | builtin-trace.c | 1579 zfree(&pos->pvalue); in delete_syscall_stats() 4807 struct syscall_stats *ss = pos->pvalue; in syscall__sort_stats()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | hashmap.c | 323 value = cur->pvalue; in test_hashmap_ptr_iface()
|
Completed in 77 milliseconds