Searched full:perf (Results 1 – 25 of 3448) sorted by relevance
12345678910>>...138
1 # To display the perf.data header info, please use --header/--header-only options.16 0.48% 1297 chrome perf-24199.map [.] 0x0000115bb6c35d7a17 0.47% 1286 chrome perf-24199.map [.] 0x0000115bb7ba9b5420 0.37% 991 chrome perf-24199.map [.] 0x0000115bb6c35d7221 0.28% 762 chrome perf-24199.map [.] 0x0000115bb6c35d7622 0.27% 735 chrome perf-24199.map [.] 0x0000115bb6aa463a23 0.22% 608 chrome perf-24199.map [.] 0x0000115bb7ba9ebf24 0.17% 468 chrome perf-24199.map [.] 0x0000115bb6a7afc326 0.17% 450 chrome perf-24199.map [.] 0x0000115bb6af745727 0.16% 444 chrome perf-24199.map [.] 0x0000115bb7c6edd1[all …]
241 from: "art/test/2239-varhandle-perf-vh-cae/build.py"242 to: "art/test/2239-varhandle-perf-vh-cae/build.py"245 from: "art/test/2239-varhandle-perf-vh-cae/expected-stderr.txt"246 to: "art/test/2239-varhandle-perf-vh-cae/expected-stderr.txt"249 from: "art/test/2239-varhandle-perf-vh-cae/expected-stdout.txt"250 to: "art/test/2239-varhandle-perf-vh-cae/expected-stdout.txt"253 from: "art/test/2239-varhandle-perf-vh-cae/generate-sources"254 to: "art/test/2239-varhandle-perf-vh-cae/generate-sources"257 from: "art/test/2239-varhandle-perf-vh-cae/info.txt"258 to: "art/test/2239-varhandle-perf-vh-cae/info.txt"[all …]
1 …perf/PerformanceLaunch/res/drawable-hdpi/back_image.jpg platform_testing/tests/perf/PerformanceLau…
39 realm: "perf"40 acl_sets: "perf"48 bucket: "perf"84 realm: "perf"85 acl_sets: "perf"93 bucket: "perf"120 realm: "perf"121 acl_sets: "perf"129 bucket: "perf"245 realm: "perf"[all …]
25 name: "buildbucket/luci.webrtc.perf/Android32 Builder arm"35 name: "buildbucket/luci.webrtc.perf/Android64 Builder arm64"110 name: "buildbucket/luci.webrtc.perf/Linux64 Builder"238 text: "WebRTC Perf"239 url: "/p/webrtc/g/perf"240 alt: "WebRTC Perf Console"279 console_ids: "webrtc/perf"287 id: "perf"288 name: "Perf"294 name: "buildbucket/luci.webrtc.perf/Android32 Builder arm"[all …]
49 #include "perf/i915/intel_perf.h"50 #include "perf/xe/intel_perf.h"51 #include "perf/intel_perf.h"52 #include "perf/intel_perf_common.h"53 #include "perf/intel_perf_regs.h"54 #include "perf/intel_perf_mdapi.h"55 #include "perf/intel_perf_metrics.h"56 #include "perf/intel_perf_private.h"58 #include "perf/i915/intel_perf.h"59 #include "perf/xe/intel_perf.h"[all …]
28 "perf",29 "perf-cache",30 "perf-dfa",31 "perf-inline",32 "perf-literal",73 "perf",74 "perf-cache",75 "perf-dfa",76 "perf-inline",77 "perf-literal",[all …]
1 HOWTO - using the library with perf {#howto_perf}4 @brief Using command line perf and OpenCSD to collect and decode trace.6 This HOWTO explains how to use the perf cmd line tools and the openCSD12 On Target Trace Acquisition - Perf Record15 Compile the perf tool from the same kernel source code version you are using with:17 make -C tools/perf19 This will yield a `perf` executable that will support CoreSight trace collection.24 If you are instead planning to use perf to record and decode the trace on the target,25 compile the perf tool linking against the openCSD library, in the following way:27 make -C tools/perf VF=1 CORESIGHT=1[all …]
34 * trace_perf_init - Initialize perf context36 * @perf: structure, representing perf context, that will be initialized.37 * @pages: Number of perf memory mapped pages.38 * @cpu: CPU number, associated with this perf context.39 * @pid: PID, associated with this perf context.41 * The perf context in initialized with default values. The caller can set42 * custom perf parameters in perf->pe, before calling trace_perf_open() API.47 int __hidden trace_perf_init(struct trace_perf *perf, int pages, int cpu, int pid) in trace_perf_init() argument49 if (!perf) in trace_perf_init()52 memset(perf, 0, sizeof(struct trace_perf)); in trace_perf_init()[all …]
4 "Perf Android32 (M AOSP Nexus6)": {13 "--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb"20 "script": "//tools_webrtc/perf/process_perf_results.py"35 "pool": "WebRTC-perf"48 "--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb",56 "script": "//tools_webrtc/perf/process_perf_results.py"71 "pool": "WebRTC-perf"84 "Perf Android32 (M Nexus5)": {93 "--isolated-script-test-perf-output=${ISOLATED_OUTDIR}/perftest-output.pb"100 "script": "//tools_webrtc/perf/process_perf_results.py"[all …]
33 // JitLogger supports two approaches of perf profiling.35 // (1) perf-map:36 // The perf-map mechanism generates perf-PID.map file,37 // which provides simple "address, size, method_name" information to perf,38 // and allows perf to map samples in jit-code-cache to jitted method symbols.41 // $ perf record dalvikvm -Xcompiler-option --generate-debug-info -cp <classpath> Test42 // $ perf report44 // - Make sure that the perf-PID.map file is available for 'perf report' tool to access,48 // (2) perf-inject:49 // The perf-inject mechansim generates jit-PID.dump file,[all …]
... [,key2...] field-separator perf.data.old perf evlist [<options> ...
42 std::unique_ptr<PerfEventSet> perf( in TEST() local44 ASSERT_TRUE(perf); in TEST()45 ASSERT_TRUE(perf->AddEvent("cpu-cycles")); in TEST()46 ASSERT_TRUE(perf->AddEvent("cpu-cycles:u")); in TEST()47 ASSERT_TRUE(perf->AddEvent("cpu-cycles:k")); in TEST()48 ASSERT_TRUE(perf->MonitorCurrentProcess()); in TEST()49 ASSERT_TRUE(perf->StartCounters()); in TEST()51 ASSERT_TRUE(perf->StopCounters()); in TEST()53 ASSERT_TRUE(perf->ReadCounters(&counters)); in TEST()69 std::unique_ptr<PerfEventSet> perf( in TEST() local[all …]
4 @brief Using CoreSight trace and perf with OpenCSD for AutoFDO.66 within the system, so will use ETR with the capture tool (perf)179 ### Perf tools181 The perf tool is used to capture execution trace, configuring the trace185 Arm recommends to use the perf version corresponding to the kernel running189 make -C tools/perf CORESIGHT=1 VF=1 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-192 When specifying CORESIGHT=1, perf will be built using the installed OpenCSD library.195 If the post-processing (`perf inject`) of the captured data is not being197 of perf.199 Trace is captured by collecting the `cs_etm` event from perf. The sink[all …]
387 {"name": "Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android"},388 {"name": "Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing"},389 …{"name": "Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-OptimizeForSize-All-Android_SkottieTrac…390 {"name": "Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Release-All-Android"},391 {"name": "Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Release-All-Android_Vulkan"},392 {"name": "Perf-Android-Clang-GalaxyS9-GPU-MaliG72-arm64-Release-All-Android"},393 {"name": "Perf-Android-Clang-GalaxyS9-GPU-MaliG72-arm64-Release-All-Android_Vulkan"},394 {"name": "Perf-Android-Clang-GalaxyS20-GPU-MaliG77-arm64-Release-All-Android"},395 {"name": "Perf-Android-Clang-GalaxyS20-GPU-MaliG77-arm64-Release-All-Android_Vulkan"},396 {"name": "Perf-Android-Clang-GalaxyS24-GPU-Adreno750-arm64-Release-All-Android"},[all …]
37 void log_debug_disk_perf(struct disk_perf* perf, const char* type) { in log_debug_disk_perf() argument39 if (perf == NULL || perf->is_zero()) return; in log_debug_disk_perf()41 LOG(INFO) << "disk_perf " << type << " rd: " << perf->read_perf << " kbps, " << perf->read_ios in log_debug_disk_perf()43 << " wr: " << perf->write_perf << " kbps, " << perf->write_ios << " iops" in log_debug_disk_perf()44 << " q: " << perf->queue; in log_debug_disk_perf()47 void log_debug_disk_perf(struct disk_perf* perf, const char* type) {} in log_debug_disk_perf() argument149 struct disk_perf perf = {}; in get_disk_perf() local154 perf.read_perf = ((unsigned long long)SECTOR_SIZE * in get_disk_perf()157 perf.read_ios = ((unsigned long long)SEC_TO_MSEC * in get_disk_perf()163 perf.write_perf = ((unsigned long long)SECTOR_SIZE * in get_disk_perf()[all …]
43 const struct panfrost_perf *perf) in panfrost_perf_counter_read() argument45 unsigned offset = perf->category_offset[counter->category_index]; in panfrost_perf_counter_read()47 assert(offset < perf->n_counter_values); in panfrost_perf_counter_read()49 uint32_t ret = perf->counter_values[offset]; in panfrost_perf_counter_read()53 for (uint32_t core = 1; core < perf->core_id_range; ++core) { in panfrost_perf_counter_read()54 ret += perf->counter_values[offset + PAN_COUNTERS_PER_CATEGORY * core]; in panfrost_perf_counter_read()73 panfrost_perf_init(struct panfrost_perf *perf, int fd) in panfrost_perf_init() argument82 perf->dev = pan_kmod_dev_create(fd, 0, NULL); in panfrost_perf_init()83 assert(perf->dev); in panfrost_perf_init()86 pan_kmod_dev_query_props(perf->dev, &props); in panfrost_perf_init()[all …]
21 #include "perf/intel_perf.h"22 #include "perf/intel_perf_query.h"40 return (2.f * perf->devinfo.timestamp_frequency) / 1000000000ull; in get_min_sampling_period_ns()76 assert(!perf && "Intel perf should not be initialized at this point"); in init_perfcnt()78 perf = std::make_unique<IntelPerf>(drm_device.fd); in init_perfcnt()84 for (auto &query : perf->get_queries()) { in init_perfcnt()96 for (auto &query : perf->get_queries()) in init_perfcnt()125 return (int64_t)counter.oa_counter_read_uint64(perf->cfg, in init_perfcnt()127 &perf->result); in init_perfcnt()131 return counter.oa_counter_read_float(perf->cfg, in init_perfcnt()[all …]
31 #include "perf/intel_perf.h"32 #include "perf/intel_perf_mdapi.h"39 struct intel_perf_config *perf = intel_perf_new(NULL); in anv_physical_device_init_perf() local41 intel_perf_init_metrics(perf, &device->info, fd, in anv_physical_device_init_perf()45 if (!perf->n_queries) in anv_physical_device_init_perf()49 * perf revision 2. in anv_physical_device_init_perf()52 if (!intel_perf_has_hold_preemption(perf)) in anv_physical_device_init_perf()56 device->perf = perf; in anv_physical_device_init_perf()61 const struct intel_perf_query_field_layout *layout = &perf->query_layout; in anv_physical_device_init_perf()88 intel_perf_free(perf); in anv_physical_device_init_perf()[all …]
31 #include "perf/intel_perf.h"32 #include "perf/intel_perf_mdapi.h"47 struct intel_perf_config *perf = intel_perf_new(NULL); in anv_physical_device_init_perf() local49 intel_perf_init_metrics(perf, &device->info, fd, in anv_physical_device_init_perf()53 if (!perf->n_queries) in anv_physical_device_init_perf()57 * perf revision 2. in anv_physical_device_init_perf()60 if (!intel_perf_has_hold_preemption(perf)) in anv_physical_device_init_perf()64 device->perf = perf; in anv_physical_device_init_perf()69 const struct intel_perf_query_field_layout *layout = &perf->query_layout; in anv_physical_device_init_perf()95 intel_perf_free(perf); in anv_physical_device_init_perf()[all …]
6 #[cfg(feature = "perf-literal")]14 #[cfg(feature = "perf-dfa")]100 #[cfg(feature = "perf-literal")]253 if cfg!(feature = "perf-literal") { in parse()309 #[cfg(feature = "perf-literal")] in build()334 #[cfg(feature = "perf-literal")] in build()347 #[cfg(feature = "perf-literal")] in build()358 #[cfg(feature = "perf-literal")]395 #[cfg_attr(feature = "perf-inline", inline(always))]400 #[cfg_attr(feature = "perf-inline", inline(always))][all …]
27 …from: "out/soong/.intermediates/platform_testing/tests/perf/PerformanceLaunch/PerformanceLaunch/an…28 …to: "out/soong/.intermediates/platform_testing/tests/perf/PerformanceLaunch/PerformanceLaunch/andr…31 …from: "out/soong/.intermediates/platform_testing/tests/perf/PerformanceLaunch/PerformanceLaunch/an…32 …to: "out/soong/.intermediates/platform_testing/tests/perf/PerformanceLaunch/PerformanceLaunch/andr…35 …from: "out/soong/.intermediates/platform_testing/tests/perf/PerformanceLaunch/PerformanceLaunch/an…36 …to: "out/soong/.intermediates/platform_testing/tests/perf/PerformanceLaunch/PerformanceLaunch/andr…59 …perf/PerformanceLaunch/PerformanceLaunch/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/ou…62 …to: "out/soong/.intermediates/platform_testing/tests/perf/PerformanceLaunch/PerformanceLaunch/andr…66 …to: "out/soong/.intermediates/platform_testing/tests/perf/PerformanceLaunch/PerformanceLaunch/andr…70 …to: "out/soong/.intermediates/platform_testing/tests/perf/PerformanceLaunch/PerformanceLaunch/andr…[all …]
8 # Perf result merging and upload. Adapted from the Chromium script:9 # https://chromium.googlesource.com/chromium/src/+/main/tools/perf/process_perf_results.py39 angle_path_util.AddDepsDirToPath('tools/perf')69 """Upload the contents of result JSON(s) to the perf dashboard."""85 '--perf-dashboard-machine-group',117 # Only append the perf results links if present174 print_duration('Analyzing perf json test results', begin_time, end_time)203 print_duration('Generating perf log streams', begin_time, end_time)263 buildername = build_properties_map['buildername'] # e.g. win10-nvidia-gtx1660-perf278 gs_dir = 'gs://angle-perf-skia/angle_perftests/%s/' % ([all …]