[PATCH v3 00/13] perf tools: BPF related update

2015-11-29 Thread Wang Nan
This patch set is based on perf/core. Compare with v2: - Checks return value of strdup() - Change BPF map setting syntax to 'maps:[mapname].[event:value]=value' For example: 'maps:mapname.value[1,3...5]=10' Test cases in each commit message are also changed correspondingly.

[PATCH v3 00/13] perf tools: BPF related update

2015-11-29 Thread Wang Nan
This patch set is based on perf/core. Compare with v2: - Checks return value of strdup() - Change BPF map setting syntax to 'maps:[mapname].[event:value]=value' For example: 'maps:mapname.value[1,3...5]=10' Test cases in each commit message are also changed correspondingly.