Re: [PATCH 07/16] perf tools: Add API to config maps in bpf object

2015-11-26 Thread Wangnan (F)
On 2015/11/24 21:36, Wang Nan wrote: bpf__config_obj() is introduced as a core API to config BPF object after loading. One configuration option of maps is introduced. After this patch BPF object can accept configuration like: maps:my_map:value=1234 (maps.my_map.value looks pretty. However,

[PATCH 07/16] perf tools: Add API to config maps in bpf object

2015-11-24 Thread Wang Nan
bpf__config_obj() is introduced as a core API to config BPF object after loading. One configuration option of maps is introduced. After this patch BPF object can accept configuration like: maps:my_map:value=1234 (maps.my_map.value looks pretty. However, there's a small but hard to fixed problem