Home
last modified time | relevance | path

Searched refs:MMAP (Results 1 – 8 of 8) sorted by relevance

/tools/lib/perf/
A Devsel.c61 #define MMAP(_evsel, _cpu_map_idx, _thread) \ macro
250 perf_mmap__munmap(MMAP(evsel, idx, thread)); in perf_evsel__munmap()
281 map = MMAP(evsel, idx, thread); in perf_evsel__mmap()
299 if (fd == NULL || *fd < 0 || MMAP(evsel, cpu_map_idx, thread) == NULL) in perf_evsel__mmap_base()
302 return MMAP(evsel, cpu_map_idx, thread)->base; in perf_evsel__mmap_base()
416 if (MMAP(evsel, cpu_map_idx, thread) && in perf_evsel__read()
418 !perf_mmap__read_self(MMAP(evsel, cpu_map_idx, thread), count)) in perf_evsel__read()
/tools/perf/tests/shell/
A Drecord_sideband.sh45 mmap_cnt=`perf script -i ${perfdata} --show-mmap-events -C 1 2>/dev/null | grep MMAP | wc -l`
A Dtest_intel_pt.sh117 …=$(perf script -i "${perfdatafile}" --no-itrace --show-mmap-events -C 1 2>/dev/null | grep -c MMAP)
345 /* Create an MMAP event for the jitdump file. That is how perf tool finds it. */
/tools/perf/Documentation/
A Dperf-record.txt167 within a single mapping. MMAP events (or /proc/<pid>/maps) can be
683 choice in this option. For example, --synth=no would have MMAP events for
689 - 'mmap' - synthesize MMAP events for each process (implies 'task')
A Dperf.data-file-format.txt479 for example MMAP events)
A Dperf-script.txt349 Display mmap related events (e.g. MMAP, MMAP2).
A Dperf-config.txt595 'mmap' skips post-processing and reads build-ids from MMAP events.
/tools/perf/
A Ddesign.txt353 * The MMAP events record the PROT_EXEC mappings so that we can

Completed in 12 milliseconds