linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* perf probe -F with wildcards
@ 2016-07-15  0:16 Arnaldo Carvalho de Melo
  2016-07-15  7:15 ` Masami Hiramatsu
  0 siblings, 1 reply; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2016-07-15  0:16 UTC (permalink / raw)
  To: Masami Hiramatsu; +Cc: Daniel Bristot de Oliveira, Linux Kernel Mailing List

Hi Masami,

	I think this worked at some point?

[root@jouet acme]# perf probe -F | tail
zswap_frontswap_init
zswap_frontswap_invalidate_area
zswap_frontswap_invalidate_page
zswap_frontswap_load
zswap_frontswap_store
zswap_pool_create
zswap_pool_current
zswap_update_total_size
zswap_writeback_entry
zswap_zpool_param_set
[root@jouet acme]# perf probe -F rt_sp*
no symbols found in [kernel.kallsyms], maybe install a debug package?
Failed to load symbols in kernel
[root@jouet acme]# perf probe -F rt_sp\*
no symbols found in [kernel.kallsyms], maybe install a debug package?
Failed to load symbols in kernel
[root@jouet acme]# 


I.e. the second message is misleading :-\

- Arnaldo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-19  6:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15  0:16 perf probe -F with wildcards Arnaldo Carvalho de Melo
2016-07-15  7:15 ` Masami Hiramatsu
2016-07-15 13:14   ` Arnaldo Carvalho de Melo
2016-07-18 16:12     ` [PATCH] [BUGFIX] perf-probe: Warn unmatched function filter correctly Masami Hiramatsu
2016-07-19  6:54       ` [tip:perf/core] perf probe: " tip-bot for Masami Hiramatsu

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).