Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/
A Dintel-bts.c44 size_t snapshot_size; member
256 unsigned long long snapshot_size = 0; in intel_bts_parse_snapshot_options() local
260 snapshot_size = strtoull(str, &endptr, 0); in intel_bts_parse_snapshot_options()
261 if (*endptr || snapshot_size > SIZE_MAX) in intel_bts_parse_snapshot_options()
266 opts->auxtrace_snapshot_size = snapshot_size; in intel_bts_parse_snapshot_options()
268 btsr->snapshot_size = snapshot_size; in intel_bts_parse_snapshot_options()
A Dintel-pt.c55 size_t snapshot_size; member
247 unsigned long long snapshot_size = 0; in intel_pt_parse_snapshot_options() local
251 snapshot_size = strtoull(str, &endptr, 0); in intel_pt_parse_snapshot_options()
252 if (*endptr || snapshot_size > SIZE_MAX) in intel_pt_parse_snapshot_options()
257 opts->auxtrace_snapshot_size = snapshot_size; in intel_pt_parse_snapshot_options()
259 ptr->snapshot_size = snapshot_size; in intel_pt_parse_snapshot_options()
994 if (ptr->snapshot_size <= 64 * 1024) in intel_pt_snapshot_ref_buf_size()
1007 if (buf_size >= ptr->snapshot_size / 2) in intel_pt_snapshot_ref_buf_size()
/linux/tools/perf/arch/arm/util/
A Dcs-etm.c42 size_t snapshot_size; member
238 unsigned long long snapshot_size = 0; in cs_etm_parse_snapshot_options() local
242 snapshot_size = strtoull(str, &endptr, 0); in cs_etm_parse_snapshot_options()
243 if (*endptr || snapshot_size > SIZE_MAX) in cs_etm_parse_snapshot_options()
248 opts->auxtrace_snapshot_size = snapshot_size; in cs_etm_parse_snapshot_options()
249 ptr->snapshot_size = snapshot_size; in cs_etm_parse_snapshot_options()
/linux/tools/perf/arch/arm64/util/
A Darm-spe.c270 unsigned long long snapshot_size = 0; in arm_spe_parse_snapshot_options() local
274 snapshot_size = strtoull(str, &endptr, 0); in arm_spe_parse_snapshot_options()
275 if (*endptr || snapshot_size > SIZE_MAX) in arm_spe_parse_snapshot_options()
280 opts->auxtrace_snapshot_size = snapshot_size; in arm_spe_parse_snapshot_options()
/linux/tools/perf/util/
A Dauxtrace.c1754 bool snapshot, size_t snapshot_size) in __auxtrace_mmap__read() argument
1789 if (snapshot && size > snapshot_size) in __auxtrace_mmap__read()
1790 size = snapshot_size; in __auxtrace_mmap__read()
1872 size_t snapshot_size) in auxtrace_mmap__read_snapshot() argument
1874 return __auxtrace_mmap__read(map, itr, tool, fn, true, snapshot_size); in auxtrace_mmap__read_snapshot()
A Dauxtrace.h504 size_t snapshot_size);

Completed in 24 milliseconds