Searched refs:MMAP (Results 1 – 8 of 8) sorted by relevance
| /tools/lib/perf/ |
| A D | evsel.c | 61 #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 D | record_sideband.sh | 45 mmap_cnt=`perf script -i ${perfdata} --show-mmap-events -C 1 2>/dev/null | grep MMAP | wc -l`
|
| A D | test_intel_pt.sh | 117 …=$(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 D | perf-record.txt | 167 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 D | perf.data-file-format.txt | 479 for example MMAP events)
|
| A D | perf-script.txt | 349 Display mmap related events (e.g. MMAP, MMAP2).
|
| A D | perf-config.txt | 595 'mmap' skips post-processing and reads build-ids from MMAP events.
|
| /tools/perf/ |
| A D | design.txt | 353 * The MMAP events record the PROT_EXEC mappings so that we can
|
Completed in 12 milliseconds