Home
last modified time | relevance | path

Searched refs:transactions (Results 1 – 6 of 6) sorted by relevance

/tools/perf/Documentation/
Ditrace.txt5 x synthesize transactions events
24 transactions events can be specified.
27 instructions or transactions events can be specified.
29 It is also possible to skip events generated (instructions, branches, transactions)
Dintel-bts.txt54 "instructions" events nor "transactions" events (and consequently call
Dintel-pt.txt668 x synthesize "transactions" events
683 "Transactions" events correspond to the start or end of transactions. The
718 transactions events can be specified. e.g.
724 transactions events can be specified. e.g.
734 It is also possible to skip events generated (instructions, branches, transactions)
/tools/perf/util/
Dauxtrace.h80 bool transactions; member
Dauxtrace.c947 synth_opts->transactions = true; in itrace_synth_opts__set_default()
1029 synth_opts->transactions = true; in itrace_parse_synth_opts()
Dintel-pt.c2022 if (pt->synth_opts.transactions) { in intel_pt_synth_events()