| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | lbr.c | 808 cpuc->lbr_entries[i].in_tx = 0; in intel_pmu_lbr_read_32() 841 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local 862 in_tx = !!(info & LBR_INFO_IN_TX); in intel_pmu_lbr_read_64() 882 in_tx = !!(from & LBR_FROM_FLAG_IN_TX); in intel_pmu_lbr_read_64() 903 cpuc->lbr_entries[out].in_tx = in_tx; in intel_pmu_lbr_read_64() 973 e->in_tx = !!(info & LBR_INFO_IN_TX); in intel_pmu_store_lbr() 1443 if (cpuc->lbr_entries[i].in_tx) in intel_pmu_lbr_filter()
|
| H A D | core.c | 3962 PMU_FORMAT_ATTR(in_tx, "config:32");
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | branch.h | 23 u64 in_tx:1; member
|
| H A D | sort.c | 1503 return left->branch_info->flags.in_tx != in sort__in_tx_cmp() 1504 right->branch_info->flags.in_tx; in sort__in_tx_cmp() 1513 if (he->branch_info->flags.in_tx) in hist_entry__in_tx_snprintf()
|
| H A D | thread-stack.c | 398 be->flags.in_tx = !!(flags & PERF_IP_FLAG_IN_TX); in thread_stack__update_br_stack()
|
| H A D | session.c | 1138 e->flags.in_tx ? "T" : " ", in branch_stack__printf()
|
| H A D | intel-pt.c | 1749 u.flags.in_tx = !!(info & LBR_INFO_IN_TX); in intel_pt_lbr_flags()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/ |
| H A D | siw_qp.c | 365 u8 ecode, int in_tx) in siw_init_terminate() argument 372 qp->term_info.in_tx = in_tx; in siw_init_terminate() 376 layer, etype, ecode, in_tx ? "yes" : "no"); in siw_init_terminate() 460 if (qp->term_info.in_tx) { in siw_send_terminate()
|
| H A D | siw.h | 461 u8 in_tx; member 519 u8 etype, u8 ecode, int in_tx);
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | export-to-postgresql.py | 1028 …to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, ins… argument 1030 …o_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, … 1032 …ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, …
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | pmu.c | 102 bool in_tx, bool in_tx_cp) in pmc_reprogram_counter() argument 118 if (in_tx) in pmc_reprogram_counter()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-script.c | 857 entries[i].flags.in_tx ? 'X' : '-', in perf_sample__fprintf_brstack() 903 entries[i].flags.in_tx ? 'X' : '-', in perf_sample__fprintf_brstacksym() 953 entries[i].flags.in_tx ? 'X' : '-', in perf_sample__fprintf_brstackoff() 1088 en->flags.in_tx ? " INTX" : "", in ip__fprintf_jump() 1529 bool in_tx = flags & PERF_IP_FLAG_IN_TX; in perf_sample__fprintf_flags() local 1536 return fprintf(fp, " %-15s%4s ", name, in_tx ? "(x)" : ""); in perf_sample__fprintf_flags() 1541 return fprintf(fp, " tr strt %-7s%4s ", name, in_tx ? "(x)" : ""); in perf_sample__fprintf_flags() 1547 return fprintf(fp, " tr end %-7s%4s ", name, in_tx ? "(x)" : ""); in perf_sample__fprintf_flags()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | perf_event.h | 1240 in_tx:1, /* in transaction */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | perf_event.h | 1125 in_tx:1, /* in transaction */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | perf_event.h | 1125 in_tx:1, /* in transaction */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 1245 in_tx:1, /* in transaction */ member
|
| /OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 496 PyBool_FromLong(entries[i].flags.in_tx)); in python_process_brstack() 601 if (entries[i].flags.in_tx) { in python_process_brstacksym()
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-script-python.txt | 627 predicted, in_tx, abort, cycles. 630 items: from, to, pred, in_tx, abort (converted string)
|
| H A D | perf-top.txt | 132 local_weight, abort, in_tx, transaction, overhead, sample, period.
|
| H A D | perf-report.txt | 125 - in_tx: branch in TSX transaction
|
| H A D | perf-record.txt | 377 - in_tx: only when the target is in a hardware transaction
|