| /tools/net/sunrpc/xdrgen/templates/C/program/decoder/ |
| A D | argument.j2 | 5 * @rqstp: RPC transaction context
|
| /tools/net/sunrpc/xdrgen/templates/C/program/encoder/ |
| A D | result.j2 | 5 * @rqstp: RPC transaction context
|
| /tools/perf/util/ |
| A D | sample.h | 90 u64 transaction; member
|
| A D | dlfilter.c | 530 ASSIGN(transaction); in dlfilter__do_filter_event()
|
| A D | hist.h | 254 u64 transaction; member
|
| A D | hist.c | 245 if (h->transaction) in hists__calc_col_len() 842 .transaction = sample->transaction, in __hists__add_entry()
|
| A D | sort.c | 2170 return left->transaction - right->transaction; in sort__transaction_cmp() 2211 u64 t = he->transaction; in hist_entry__transaction_snprintf()
|
| A D | data-convert-bt.c | 665 sample->transaction); in add_generic_values()
|
| A D | synthetic-events.c | 1755 *array = sample->transaction; in perf_event__synthesize_sample()
|
| A D | session.c | 1120 printf("... transaction: %" PRIx64 "\n", sample->transaction); in dump_sample()
|
| A D | evsel.c | 3275 data->transaction = *array; in evsel__parse_sample()
|
| /tools/perf/include/perf/ |
| A D | perf_dlfilter.h | 51 __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in <linux/perf_event.h> */ member
|
| /tools/perf/tests/ |
| A D | sample-parsing.c | 165 COMP(transaction); in samples_same() 259 .transaction = 112, in do_test()
|
| /tools/perf/dlfilters/ |
| A D | dlfilter-test-api-v0.c | 50 __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in <linux/perf_event.h> */ member
|
| A D | dlfilter-test-api-v2.c | 56 __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in <linux/perf_event.h> */ member
|
| /tools/perf/scripts/python/ |
| A D | export-to-postgresql.py | 1031 …e, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, bran… argument 1035 … 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4…
|
| /tools/perf/Documentation/ |
| A D | perf-script.txt | 205 transaction abort, trace begin, trace end, in transaction, VM-Entry, 213 cases e.g. "jcc (xD)" for a condition branch within a transaction 250 -=branch not in transaction region or not supported
|
| A D | perf-record.txt | 449 - in_tx: only when the target is in a hardware transaction 450 - no_tx: only when the target is not in a hardware transaction 451 - abort_tx: only when the target is a hardware transaction abort 488 --transaction:: 489 Record transaction flags for transaction related events.
|
| A D | perf-report.txt | 111 - weight: Event specific weight, e.g. memory latency or transaction 116 - transaction: Transaction abort flags. 160 - in_tx: branch in TSX transaction 161 - abort: TSX transaction abort.
|
| A D | perf-dlfilter.txt | 96 __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in <linux/perf_event.h> */
|
| A D | perf-top.txt | 134 local_weight, abort, in_tx, transaction, overhead, sample, period.
|
| A D | perf-intel-pt.txt | 112 system, asynchronous, interrupt, transaction abort, trace begin, trace end, 113 in transaction, VM-entry, VM-exit, interrupt disabled, and interrupt disable 1005 transaction start, commit or abort. 1180 - power events, ptwrite, transaction start and abort
|
| A D | perf-script-python.txt | 648 weight, transaction, raw_buf, attr, cpumode.
|
| A D | perf-stat.txt | 349 --transaction::
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 875 PyLong_FromUnsignedLongLong(sample->transaction)); in get_perf_sample_dict() 1323 tuple_set_d64(t, 17, es->sample->transaction); in python_export_sample_table()
|