linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Namhyung Kim <namhyung@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: perf probe: Misleading error message using function globbing
Date: Fri, 4 Sep 2015 12:41:55 -0300	[thread overview]
Message-ID: <20150904154155.GC3284@kernel.org> (raw)

Hi Masami,

	Could you please improve this?

  [root@zoo ~]# perf probe -F do_f*
  do_fb_ioctl
  do_fbcon_takeover
  do_file_open_root
  do_filp_open
  do_flush_tlb_all
  do_free_callbacks
  do_free_init
  do_fsync
  do_futex
  [root@zoo ~]# perf probe -F do_fo*
  no symbols found in [kernel.kallsyms], maybe install a debug package?
  Failed to load symbols in kernel
  [root@zoo ~]# 

I.e. it _finds_ the symbol table, its just that the globbing failed, the
message should be improved, otherwise the user would start looking why
the debuginfo, that _is_ in place, is not being enough, I did :-)

- Arnaldo

                 reply	other threads:[~2015-09-04 15:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150904154155.GC3284@kernel.org \
    --to=acme@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masami.hiramatsu.pt@hitachi.com \
    --cc=namhyung@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).