Symbol: EVENT_ATTR_STR
arch/x86/events/amd/core.c
1384
EVENT_ATTR_STR(branch-brs, amd_branch_brs,
arch/x86/events/amd/power.c
171
EVENT_ATTR_STR(power-pkg, power_pkg, "event=0x01");
arch/x86/events/amd/power.c
173
EVENT_ATTR_STR(power-pkg.unit, power_pkg_unit, "mWatts");
arch/x86/events/amd/power.c
176
EVENT_ATTR_STR(power-pkg.scale, power_pkg_scale, "1.000000e-3");
arch/x86/events/intel/core.c
2081
EVENT_ATTR_STR(topdown-total-slots, td_total_slots_slm, "event=0x3c");
arch/x86/events/intel/core.c
2082
EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_slm, "2");
arch/x86/events/intel/core.c
2084
EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm,
arch/x86/events/intel/core.c
2086
EVENT_ATTR_STR(topdown-fetch-bubbles.scale, td_fetch_bubbles_scale_slm, "2");
arch/x86/events/intel/core.c
2088
EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued_slm,
arch/x86/events/intel/core.c
2091
EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired_slm,
arch/x86/events/intel/core.c
2237
EVENT_ATTR_STR(topdown-total-slots, td_total_slots_glm, "event=0x3c");
arch/x86/events/intel/core.c
2238
EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_glm, "3");
arch/x86/events/intel/core.c
2240
EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_glm, "event=0x9c");
arch/x86/events/intel/core.c
2242
EVENT_ATTR_STR(topdown-recovery-bubbles, td_recovery_bubbles_glm, "event=0xca,umask=0x02");
arch/x86/events/intel/core.c
2244
EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired_glm, "event=0xc2");
arch/x86/events/intel/core.c
2246
EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued_glm, "event=0x0e");
arch/x86/events/intel/core.c
2618
EVENT_ATTR_STR(topdown-fe-bound, td_fe_bound_tnt, "event=0x71,umask=0x0");
arch/x86/events/intel/core.c
2619
EVENT_ATTR_STR(topdown-retiring, td_retiring_tnt, "event=0xc2,umask=0x0");
arch/x86/events/intel/core.c
2620
EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec_tnt, "event=0x73,umask=0x6");
arch/x86/events/intel/core.c
2621
EVENT_ATTR_STR(topdown-be-bound, td_be_bound_tnt, "event=0x74,umask=0x0");
arch/x86/events/intel/core.c
2638
EVENT_ATTR_STR(mem-loads, mem_ld_grt, "event=0xd0,umask=0x5,ldlat=3");
arch/x86/events/intel/core.c
2639
EVENT_ATTR_STR(mem-stores, mem_st_grt, "event=0xd0,umask=0x6");
arch/x86/events/intel/core.c
2658
EVENT_ATTR_STR(topdown-retiring, td_retiring_cmt, "event=0x72,umask=0x0");
arch/x86/events/intel/core.c
2659
EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec_cmt, "event=0x73,umask=0x0");
arch/x86/events/intel/core.c
2691
EVENT_ATTR_STR(topdown-fe-bound, td_fe_bound_skt, "event=0x9c,umask=0x01");
arch/x86/events/intel/core.c
2692
EVENT_ATTR_STR(topdown-retiring, td_retiring_skt, "event=0xc2,umask=0x02");
arch/x86/events/intel/core.c
2693
EVENT_ATTR_STR(topdown-be-bound, td_be_bound_skt, "event=0xa4,umask=0x02");
arch/x86/events/intel/core.c
531
EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3");
arch/x86/events/intel/core.c
532
EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3");
arch/x86/events/intel/core.c
533
EVENT_ATTR_STR(mem-stores, mem_st_snb, "event=0xcd,umask=0x2");
arch/x86/events/intel/core.c
558
EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued,
arch/x86/events/intel/core.c
560
EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired,
arch/x86/events/intel/core.c
562
EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles,
arch/x86/events/intel/core.c
570
EVENT_ATTR_STR(slots, slots, "event=0x00,umask=0x4");
arch/x86/events/intel/core.c
571
EVENT_ATTR_STR(topdown-retiring, td_retiring, "event=0x00,umask=0x80");
arch/x86/events/intel/core.c
572
EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec, "event=0x00,umask=0x81");
arch/x86/events/intel/core.c
573
EVENT_ATTR_STR(topdown-fe-bound, td_fe_bound, "event=0x00,umask=0x82");
arch/x86/events/intel/core.c
574
EVENT_ATTR_STR(topdown-be-bound, td_be_bound, "event=0x00,umask=0x83");
arch/x86/events/intel/core.c
575
EVENT_ATTR_STR(topdown-heavy-ops, td_heavy_ops, "event=0x00,umask=0x84");
arch/x86/events/intel/core.c
576
EVENT_ATTR_STR(topdown-br-mispredict, td_br_mispredict, "event=0x00,umask=0x85");
arch/x86/events/intel/core.c
577
EVENT_ATTR_STR(topdown-fetch-lat, td_fetch_lat, "event=0x00,umask=0x86");
arch/x86/events/intel/core.c
578
EVENT_ATTR_STR(topdown-mem-bound, td_mem_bound, "event=0x00,umask=0x87");
arch/x86/events/intel/core.c
6905
EVENT_ATTR_STR(mem-loads, mem_ld_hsw, "event=0xcd,umask=0x1,ldlat=3");
arch/x86/events/intel/core.c
6906
EVENT_ATTR_STR(mem-stores, mem_st_hsw, "event=0xd0,umask=0x82")
arch/x86/events/intel/core.c
6909
EVENT_ATTR_STR(tx-start, tx_start, "event=0xc9,umask=0x1");
arch/x86/events/intel/core.c
6910
EVENT_ATTR_STR(tx-commit, tx_commit, "event=0xc9,umask=0x2");
arch/x86/events/intel/core.c
6911
EVENT_ATTR_STR(tx-abort, tx_abort, "event=0xc9,umask=0x4");
arch/x86/events/intel/core.c
6912
EVENT_ATTR_STR(tx-capacity, tx_capacity, "event=0x54,umask=0x2");
arch/x86/events/intel/core.c
6913
EVENT_ATTR_STR(tx-conflict, tx_conflict, "event=0x54,umask=0x1");
arch/x86/events/intel/core.c
6914
EVENT_ATTR_STR(el-start, el_start, "event=0xc8,umask=0x1");
arch/x86/events/intel/core.c
6915
EVENT_ATTR_STR(el-commit, el_commit, "event=0xc8,umask=0x2");
arch/x86/events/intel/core.c
6916
EVENT_ATTR_STR(el-abort, el_abort, "event=0xc8,umask=0x4");
arch/x86/events/intel/core.c
6917
EVENT_ATTR_STR(el-capacity, el_capacity, "event=0x54,umask=0x2");
arch/x86/events/intel/core.c
6918
EVENT_ATTR_STR(el-conflict, el_conflict, "event=0x54,umask=0x1");
arch/x86/events/intel/core.c
6919
EVENT_ATTR_STR(cycles-t, cycles_t, "event=0x3c,in_tx=1");
arch/x86/events/intel/core.c
6920
EVENT_ATTR_STR(cycles-ct, cycles_ct, "event=0x3c,in_tx=1,in_tx_cp=1");
arch/x86/events/intel/core.c
6955
EVENT_ATTR_STR(tx-capacity-read, tx_capacity_read, "event=0x54,umask=0x80");
arch/x86/events/intel/core.c
6956
EVENT_ATTR_STR(tx-capacity-write, tx_capacity_write, "event=0x54,umask=0x2");
arch/x86/events/intel/core.c
6957
EVENT_ATTR_STR(el-capacity-read, el_capacity_read, "event=0x54,umask=0x80");
arch/x86/events/intel/core.c
6958
EVENT_ATTR_STR(el-capacity-write, el_capacity_write, "event=0x54,umask=0x2");
arch/x86/events/intel/core.c
6994
EVENT_ATTR_STR(mem-stores, mem_st_spr, "event=0xcd,umask=0x2");
arch/x86/events/intel/core.c
6995
EVENT_ATTR_STR(mem-loads-aux, mem_ld_aux, "event=0x03,umask=0x82");