Home
last modified time | relevance | path

Searched refs:intel_pt (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dintel-pt.c54 struct intel_pt { struct
146 struct intel_pt *pt; argument
185 static void intel_pt_dump(struct intel_pt *pt __maybe_unused, in intel_pt_dump()
225 static void intel_pt_dump_event(struct intel_pt *pt, unsigned char *buf, in intel_pt_dump_event()
245 struct intel_pt *pt = container_of(session->auxtrace, struct intel_pt, in intel_pt_dump_sample()
252 static bool intel_pt_log_events(struct intel_pt *pt, u64 tm) in intel_pt_log_events()
270 static int intel_pt_do_fix_overlap(struct intel_pt *pt, struct auxtrace_buffer *a, in intel_pt_do_fix_overlap()
552 static inline u8 intel_pt_cpumode(struct intel_pt *pt, uint64_t ip) in intel_pt_cpumode()
691 static bool intel_pt_match_pgd_ip(struct intel_pt *pt, uint64_t ip, in intel_pt_match_pgd_ip()
760 static bool intel_pt_get_config(struct intel_pt *pt, in intel_pt_get_config()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-intel-pt.txt11 'perf record' -e intel_pt//
63 perf record -e intel_pt//u ls
75 sudo perf record -o pt_ls --kcore -e intel_pt// -- ls
103 perf record -e intel_pt//u ls
203 -e intel_pt//
207 -e intel_pt/tsc,noretcomp=0/
211 -e intel_pt/tsc=1,noretcomp=0/
215 The config terms are listed in /sys/devices/intel_pt/format. They are bit
220 $ grep -H . /sys/bus/event_source/devices/intel_pt/format/*
221 /sys/bus/event_source/devices/intel_pt/format/cyc:config:1
[all …]
H A Dintel-bts.txt16 place of 'intel_pt' in the examples provided, with the proviso that per-thread
H A Dperf-script.txt413 Show instruction stream for intel_pt traces. Combine with --xed to
428 Show call stream for intel_pt traces. The CPUs are interleaved, but
432 Show call and return stream for intel_pt traces.
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/bin/
H A Dintel-pt-events-record7 if ! echo "$@" | grep -q intel_pt ; then