linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] perf kmem: Broken because of missing tracepoints
@ 2023-01-05 13:33 Ravi Bangoria
  2023-01-05 16:27 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 9+ messages in thread
From: Ravi Bangoria @ 2023-01-05 13:33 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Jiri Olsa, Namhyung Kim, Ian Rogers
  Cc: linux-perf-users

Hello,

Two tracepoints, kmem:kmalloc_node and kmem:kmem_cache_alloc_node used by perf-
kmem tool were removed from kernel by commit 11e9734bcb6a7 ("mm/slab_common:
unify NUMA and UMA version of tracepoints"). This causes issue while running
perf kmem on latest kernel:

  $ sudo ./perf kmem record
  event syntax error: 'kmem:kmalloc_node'
                       \___ unknown tracepoint

  $ sudo ./perf kmem record
  event syntax error: 'kmem:kmem_cache_alloc_node'
                       \___ unknown tracepoint

Haven't got a chance to debug further. Anyone aware of this?

Thanks,
Ravi

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

end of thread, other threads:[~2023-01-08  6:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05 13:33 [BUG] perf kmem: Broken because of missing tracepoints Ravi Bangoria
2023-01-05 16:27 ` Arnaldo Carvalho de Melo
2023-01-06  5:22   ` Leo Yan
2023-01-06 13:04     ` Ravi Bangoria
2023-01-06 17:27       ` Arnaldo Carvalho de Melo
2023-01-06 17:44         ` Arnaldo Carvalho de Melo
2023-01-07  4:13           ` Leo Yan
2023-01-07 18:41             ` Vlastimil Babka
2023-01-08  6:30               ` Leo Yan

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