From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752349AbdJSIbl (ORCPT ); Thu, 19 Oct 2017 04:31:41 -0400 Received: from mga02.intel.com ([134.134.136.20]:6165 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751623AbdJSIbj (ORCPT ); Thu, 19 Oct 2017 04:31:39 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,400,1503385200"; d="scan'208";a="164427468" To: acme@kernel.org Cc: linux-kernel@vger.kernel.org, "Li, Philip" From: Li Zhijian Subject: perf test vfs_getname failed Message-ID: <48d01197-5676-40f6-ba16-72d3010b095f@intel.com> Date: Thu, 19 Oct 2017 16:31:36 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnaldo i encounter some problem when running perf test, the details arelike below: ----------------------------- [lizj@rhel71 perf]$ sudo ./perf test vfs_getname -v 61: Add vfs_getname probe to get syscall args filenames : --- start --- test child forked, pid 5958 Failed to find 'result' in this function. Error: Failed to add events. test child finished with -1 ---- end ---- Add vfs_getname probe to get syscall args filenames: FAILED! 62: Use vfs_getname probe to get syscall args filenames : --- start --- test child forked, pid 5979 Failed to find 'result' in this function. Error: Failed to add events. test child finished with -1 ---- end ---- Use vfs_getname probe to get syscall args filenames: FAILED! 63: Check open filename arg using perf trace + vfs_getname: --- start --- test child forked, pid 6001 Failed to find 'result' in this function. Error: Failed to add events. test child finished with -1 ---- end ---- Check open filename arg using perf trace + vfs_getname: FAILED! ----------------------------- my environment: 1. perf features the enabled features are: ----------------------------- Auto-detecting system features: ... dwarf: [ on ] ... dwarf_getlocations: [ on ] ... glibc: [ on ] ... gtk2: [ on ] ... libaudit: [ on ] ... libbfd: [ on ] ... libelf: [ on ] ... libnuma: [ on ] ... numa_num_possible_cpus: [ on ] ... libperl: [ on ] ... libpython: [ on ] ... libslang: [ OFF ] ... libcrypto: [ on ] ... libunwind: [ on ] ... libdw-dwarf-unwind: [ on ] ... zlib: [ on ] ... lzma: [ on ] ... get_cpuid: [ on ] ... bpf: [ on ] ----------------------------- 2. host [lizj@rhel71 perf]$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.1 Beta (Maipo) 3. kernel [lizj@rhel71 perf]$ uname -a Linux rhel71 4.14.0-rc1+ #2 SMP Wed Oct 18 23:49:30 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux if i miss something, fell free to let me know :) Thanks Zhijian