Searched refs:_idx (Results 1 – 4 of 4) sorted by relevance
| /tools/perf/tests/ |
| A D | fdarray.c | 102 #define FDA_CHECK(_idx, _fd, _revents) \ in test__fdarray__add() argument 103 if (fda->entries[_idx].fd != _fd) { \ in test__fdarray__add() 105 __LINE__, _idx, fda->entries[1].fd, _fd); \ in test__fdarray__add() 108 if (fda->entries[_idx].events != (_revents)) { \ in test__fdarray__add() 110 __LINE__, _idx, fda->entries[_idx].fd, _revents); \ in test__fdarray__add() 114 #define FDA_ADD(_idx, _fd, _revents, _nr) \ in test__fdarray__add() argument 125 FDA_CHECK(_idx, _fd, _revents) in test__fdarray__add()
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | pmu.h | 44 #define FIXED_PMC_GLOBAL_CTRL_ENABLE(_idx) BIT_ULL((32 + (_idx))) argument 51 #define FIXED_PMC_CTRL(_idx, _val) ((_val) << ((_idx) * FIXED_PMC_NR_BITS)) argument
|
| /tools/perf/ui/ |
| A D | hist.c | 693 #define HPP__COLOR_PRINT_FNS(_name, _fn, _idx) \ argument 703 .idx = PERF_HPP__ ## _idx, \ 707 #define HPP__COLOR_ACC_PRINT_FNS(_name, _fn, _idx) \ argument 717 .idx = PERF_HPP__ ## _idx, \ 721 #define HPP__PRINT_FNS(_name, _fn, _idx) \ argument 730 .idx = PERF_HPP__ ## _idx, \
|
| /tools/testing/selftests/kvm/x86/ |
| A D | pmu_counters_test.c | 226 #define GUEST_TEST_EVENT(_idx, _pmc, _pmc_msr, _ctrl_msr, _value, FEP) \ argument 237 guest_assert_event_count(_idx, _pmc, _pmc_msr); \
|
Completed in 11 milliseconds