Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/tools/perf/util/
A Dconfig.c93 static char value[1024]; in parse_value() local
165 char *value; in get_value() local
334 static int perf_parse_llong(const char *value, long long *ret) in perf_parse_llong()
349 static int perf_parse_long(const char *value, long *ret) in perf_parse_long()
424 int perf_config_bool(const char *name, const char *value) in perf_config_bool()
466 static int perf_ui_config(const char *var, const char *value) in perf_ui_config()
500 int perf_default_config(const char *var, const char *value, in perf_default_config()
696 static int collect_config(const char *var, const char *value, in collect_config()
757 const char *var, const char *value) in perf_config_set__collect()
824 char *value = item->value; in perf_config_set() local
[all …]
A Dperf_event_attr_fprintf.c19 static void __p_bits(char *buf, size_t size, u64 value, struct bit_names *bits) in __p_bits()
32 static void __p_sample_type(char *buf, size_t size, u64 value) in __p_sample_type()
50 static void __p_branch_sample_type(char *buf, size_t size, u64 value) in __p_branch_sample_type()
67 static void __p_read_format(char *buf, size_t size, u64 value) in __p_read_format()
95 static const char *stringify_perf_hw_id(u64 value) in stringify_perf_hw_id()
113 static const char *stringify_perf_hw_cache_id(u64 value) in stringify_perf_hw_cache_id()
128 static const char *stringify_perf_hw_cache_op_id(u64 value) in stringify_perf_hw_cache_op_id()
139 static const char *stringify_perf_hw_cache_op_result_id(u64 value) in stringify_perf_hw_cache_op_result_id()
149 static const char *stringify_perf_sw_id(u64 value) in stringify_perf_sw_id()
170 static void print_id_unsigned(char *buf, size_t size, u64 value, const char *s) in print_id_unsigned()
[all …]
A Dhashmap.h66 long value; member
133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument
138 #define hashmap__add(map, key, value) \ argument
141 #define hashmap__set(map, key, value, old_key, old_value) \ argument
144 #define hashmap__update(map, key, value, old_key, old_value) \ argument
147 #define hashmap__append(map, key, value) \ argument
159 #define hashmap__find(map, key, value) \ argument
A Dunits.c18 unsigned long int value; in parse_tag_value() local
36 double convert_unit_double(double value, char *unit) in convert_unit_double()
58 unsigned long convert_unit(unsigned long value, char *unit) in convert_unit()
/tools/testing/selftests/bpf/prog_tests/
A Dlookup_and_delete.c15 __u64 key, value = START_VALUE; in fill_values() local
29 __u64 key, value[nr_cpus]; in fill_values_percpu() local
79 __u64 value) in trigger_tp()
101 __u64 key, value; in test_lookup_and_delete_hash() local
137 __u64 key, val, value[nr_cpus]; in test_lookup_and_delete_percpu_hash() local
177 __u64 key, value; in test_lookup_and_delete_lru_hash() local
223 __u64 key, val, value[nr_cpus]; in test_lookup_and_delete_lru_percpu_hash() local
A Dmap_init.c22 pcpu_map_value_t value[nr_cpus]; in map_populate() local
79 map_value_t value) in prog_run_insert_elem()
100 static int check_values_one_cpu(pcpu_map_value_t *value, map_value_t expected) in check_values_one_cpu()
131 pcpu_map_value_t value[nr_cpus]; in test_pcpu_map_init() local
171 pcpu_map_value_t value[nr_cpus]; in test_pcpu_lru_map_init() local
A Dsockmap_listen.c38 u64 value; in test_insert_invalid() local
56 u64 value; in test_insert_opened() local
80 u64 value; in test_insert_bound() local
105 u64 value; in test_insert() local
122 u64 value; in test_delete_after_insert() local
141 u64 value; in test_delete_after_close() local
194 u64 value; in test_lookup_after_delete() local
249 u64 value; in test_update_existing() local
279 u64 value; in do_destroy_orphan_child() local
341 u64 value; in test_clone_after_delete() local
[all …]
/tools/lib/api/fs/
A Dfs.c293 int filename__read_int(const char *filename, int *value) in filename__read_int()
311 unsigned long long *value, int base) in filename__read_ull_base()
333 int filename__read_xll(const char *filename, unsigned long long *value) in filename__read_xll()
369 int filename__write_int(const char *filename, int value) in filename__write_int()
399 unsigned long long *value, int base) in sysfs__read_ull_base()
412 int sysfs__read_xll(const char *entry, unsigned long long *value) in sysfs__read_xll()
417 int sysfs__read_ull(const char *entry, unsigned long long *value) in sysfs__read_ull()
422 int sysfs__read_int(const char *entry, int *value) in sysfs__read_int()
448 int sysfs__read_bool(const char *entry, bool *value) in sysfs__read_bool()
483 int sysctl__read_int(const char *sysctl, int *value) in sysctl__read_int()
[all …]
/tools/power/x86/intel-speed-select/
A Disst-display.c85 char *value) in format_and_print_txt()
222 static char value[1024]; in _isst_pbf_display_information() local
268 char value[256]; in _isst_fact_display_information() local
341 char value[256]; in isst_ctdp_display_core_info() local
361 static char value[1024]; in isst_ctdp_display_information() local
626 char value[256]; in isst_clos_display_information() local
669 char value[256]; in isst_clos_display_clos_information() local
711 char value[256]; in isst_clos_display_assoc_information() local
730 char value[256]; in isst_display_result() local
752 char value[256]; in isst_display_error_info_message() local
[all …]
/tools/testing/selftests/bpf/
A Dtest_lru_map.c43 void *value) in bpf_map_lookup_elem_with_ref_bit()
163 unsigned long long key, value[nr_cpus]; in test_lru_sanity0() local
254 unsigned long long key, end_key, value[nr_cpus]; in test_lru_sanity1() local
322 unsigned long long key, value[nr_cpus]; in test_lru_sanity2() local
428 unsigned long long key, end_key, value[nr_cpus]; in test_lru_sanity3() local
490 unsigned long long key, value[nr_cpus]; in test_lru_sanity4() local
549 unsigned long long key, value[nr_cpus]; in do_test_lru_sanity5() local
566 unsigned long long key, value[nr_cpus]; in test_lru_sanity5() local
614 unsigned long long key, value[nr_cpus]; in test_lru_sanity6() local
680 unsigned long long key, value[nr_cpus]; in test_lru_sanity7() local
[all …]
A Dtest_maps.c35 long long key, next_key, first_key, value; in test_hashmap() local
360 long long value; in test_arraymap() local
510 __u32 key, value; in test_devmap() local
524 __u32 key, value; in test_devmap_hash() local
666 __u32 key, value; in test_sockmap() local
1312 int fd, i, value; in test_map_large() local
1446 int i, key, value, err; in test_update_delete() local
1533 int fd, key = 0, value = 0; in test_map_rdonly() local
1562 int fd, key = 0, value = 0; in test_map_wronly_hash() local
1590 int fd, value = 0; in test_map_wronly_stack_or_queue() local
[all …]
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DCore.py20 def define_flag_value(event_name, field_name, value, field_str): argument
27 def define_symbolic_value(event_name, field_name, value, field_str): argument
30 def flag_str(event_name, field_name, value): argument
48 def symbol_str(event_name, field_name, value): argument
69 def trace_flag_str(value): argument
/tools/perf/
A Dbuiltin-config.c89 char *value = item->value; in show_spec_config() local
112 char *value = item->value; in show_config() local
122 static int parse_config_arg(char *arg, char **var, char **value) in parse_config_arg()
157 int perf_config__set_variable(const char *var, const char *value) in perf_config__set_variable()
251 char *var, *value; in cmd_config() local
/tools/lib/bpf/
A Dhashmap.h66 long value; member
133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument
138 #define hashmap__add(map, key, value) \ argument
141 #define hashmap__set(map, key, value, old_key, old_value) \ argument
144 #define hashmap__update(map, key, value, old_key, old_value) \ argument
147 #define hashmap__append(map, key, value) \ argument
159 #define hashmap__find(map, key, value) \ argument
/tools/wmi/
A Ddell-smbios-example.c53 static int find_token(__u16 token, __u16 *location, __u16 *value) in find_token()
112 __u16 value; in query_token() local
127 __u16 value; in activate_token() local
159 __u64 value = 0; in main() local
/tools/testing/selftests/bpf/progs/
A Dcb_refs.c18 static __noinline int cb1(void *map, void *key, void *value, void *ctx) in cb1()
40 static __always_inline int cb2(void *map, void *key, void *value, void *ctx) in cb2()
67 static __always_inline int cb(void *map, void *key, void *value, void *ctx) in cb()
72 static __always_inline int cb3(void *map, void *key, void *value, void *ctx) in cb3()
A Dwq.c57 int (callback_fn)(void *map, int *key, void *value)) in test_elem_callback()
90 int (callback_fn)(void *map, int *key, void *value)) in test_hmap_elem_callback()
120 static int wq_callback(void *map, int *key, void *value) in wq_callback()
128 static int wq_cb_sleepable(void *map, int *key, void *value) in wq_cb_sleepable()
A Dtest_bpf_ma.c58 struct generic_map_value *value; in batch_alloc() local
85 struct generic_map_value *value; in batch_free() local
108 struct generic_map_value *value; in batch_percpu_alloc() local
136 struct generic_map_value *value; in batch_percpu_free() local
A Dtest_ringbuf_n.c16 long value; member
25 long value = 0; variable
/tools/testing/selftests/bpf/map_tests/
A Dlpm_trie_map_basic_ops.c233 uint8_t *data, *value; in test_lpm_map() local
358 __u64 value; in test_lpm_ipaddr() local
447 __u64 value; in test_lpm_delete() local
555 __u32 value = 0; in test_lpm_get_next_key() local
727 __u32 value = j; in lpm_test_command() local
734 __u32 value; in lpm_test_command() local
807 unsigned int value, got; in test_lpm_trie_update_flags() local
920 int value, got; in test_lpm_trie_update_full_map() local
1008 unsigned int value, got, i, j, len; in test_lpm_trie_iterate_strs() local
1117 bool value; in test_lpm_trie_iterate_ints() local
/tools/testing/selftests/net/
A Dhwtstamp_config.c24 int value; in lookup_value() local
34 lookup_name(const char **names, int size, int value) in lookup_name()
41 int value; in list_names() local
/tools/bpf/bpftool/
A Dmap.c73 void *value) in do_dump_btf()
133 unsigned char *value, struct btf *btf) in print_entry_json()
248 unsigned char *value) in print_entry_plain()
327 static void fill_per_cpu_value(struct bpf_map_info *info, void *value) in fill_per_cpu_value()
341 void *value, __u32 key_size, __u32 value_size, in parse_elem()
745 static int dump_map_elem(int fd, void *key, void *value, in dump_map_elem()
829 void *key, *value, *prev_key; in map_dump() local
997 void *key, *value; in do_update() local
1035 void *value) in print_key_value()
1075 void *key, *value; in do_lookup() local
[all …]
/tools/testing/selftests/drivers/net/hw/
A Ddevlink_rate_tc_bw.py85 def min_expected(self, value): argument
89 def max_expected(self, value): argument
93 def bound(self, expected, value): argument
97 def tc_bandwidth_bound(self, value, tc_ix): argument
/tools/testing/selftests/sgx/
A Ddefines.h41 uint64_t value; member
46 uint64_t value; member
51 uint64_t value; member
57 uint64_t value; member
/tools/testing/selftests/powerpc/pmu/ebb/
A Dtrace.c87 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value) in trace_log_reg()
104 int trace_log_counter(struct trace_buffer *tb, u64 value) in trace_log_counter()
202 u64 *p, *reg, *value; in trace_print_reg() local
218 u64 *value; in trace_print_counter() local

Completed in 42 milliseconds

12345678910>>...14