Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
A Dintel-pt-events.py221 iflag = data[0] & 1
222 old_iflag = iflag ^ 1
229 print("IFLAG: %u->%u %s branch" % (old_iflag, iflag, s), end=' ')
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c148 bool iflag; member
1269 bool iflag = decoder->packet.count & INTEL_PT_IFLAG; in intel_pt_mode_exec_status() local
1272 decoder->iflag = iflag; in intel_pt_mode_exec_status()
1273 decoder->next_iflag = iflag; in intel_pt_mode_exec_status()
1274 decoder->state.from_iflag = iflag; in intel_pt_mode_exec_status()
1275 decoder->state.to_iflag = iflag; in intel_pt_mode_exec_status()
1283 decoder->next_iflag = iflag; in intel_pt_mode_exec()
1289 decoder->state.from_iflag = decoder->iflag; in intel_pt_sample_iflag()
1291 decoder->iflag = decoder->next_iflag; in intel_pt_sample_iflag()
1296 if (decoder->iflag != decoder->next_iflag) in intel_pt_sample_iflag_chg()
[all …]
/tools/perf/util/
A Devent.h249 u32 iflag : 1, member
A Dintel-pt.c2665 raw.iflag = ptq->state->to_iflag; in intel_pt_synth_iflag_chg_sample()
/tools/perf/
A Dbuiltin-script.c2001 len = fprintf(fp, " IFLAG: %d->%d %s branch", !data->iflag, data->iflag, in perf_sample__fprintf_synth_iflag_chg()
/tools/perf/Documentation/
A Dperf-intel-pt.txt1779 iflag: t IFLAG: 1->0 via branch

Completed in 34 milliseconds