[PATCH 3/6] perf tests: Add numeric identifier to evlist_test

2014-04-29 Thread Jiri Olsa
From: Alexander Yarygin In tests/parse-events.c test cases are declared in evlist_test[] arrays. Elements of arrays are initialized in following pattern: [i] = { .name = ..., .check = ..., }, When perf-test is running with '-v' option, 'i'

[PATCH 3/6] perf tests: Add numeric identifier to evlist_test

2014-04-29 Thread Jiri Olsa
From: Alexander Yarygin yary...@linux.vnet.ibm.com In tests/parse-events.c test cases are declared in evlist_test[] arrays. Elements of arrays are initialized in following pattern: [i] = { .name = ..., .check = ..., }, When perf-test is running