Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dperf_file_writer.h40 defaultEventAttr_.branch_sample_type = 0; in PerfFileWriter()
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch72 * values to program into branch_sample_type when PERF_SAMPLE_BRANCH is set
133 __u64 branch_sample_type; /* enum perf_branch_sample_type */
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch72 * values to program into branch_sample_type when PERF_SAMPLE_BRANCH is set
133 __u64 branch_sample_type; /* enum perf_branch_sample_type */
/developtools/hiperf/src/
Dsubcommand_dump.cpp346 PrintIndent(LEVEL1, "branch_sample_type 0x%llx\n", attr.branch_sample_type); in DumpPrintEventAttr()
Dperf_events.cpp116 attr->branch_sample_type = value; in SetBranchSampleType()
366 eventItem.attr.branch_sample_type = branchSampleType_; in AddEvent()
/developtools/profiler/hiebpf/include/
Dvmlinux.h1528 __u64 branch_sample_type; member