Searched refs:txn (Results 1 – 5 of 5) sorted by relevance
| /tools/perf/util/bpf_skel/vmlinux/ |
| A D | vmlinux.h | 161 u64 txn; member
|
| /tools/perf/util/ |
| A D | bpf-filter.l | 96 txn { return sample(PBF_TERM_TRANSACTION); }
|
| A D | intel-pt.c | 2552 u64 txn = (u8)(items->tsx_aux_info >> 32); in intel_pt_do_synth_pebs_sample() local 2555 if (txn & PERF_TXN_TRANSACTION && ax & 1) in intel_pt_do_synth_pebs_sample() 2556 txn |= ((ax >> 24) & 0xff) << PERF_TXN_ABORT_SHIFT; in intel_pt_do_synth_pebs_sample() 2557 sample.transaction = txn; in intel_pt_do_synth_pebs_sample()
|
| /tools/perf/util/bpf_skel/ |
| A D | sample_filter.bpf.c | 126 return kctx->data->txn; in perf_get_sample()
|
| /tools/perf/Documentation/ |
| A D | perf-record.txt | 204 ip, id, tid, pid, cpu, time, addr, period, txn, weight, phys_addr,
|
Completed in 17 milliseconds