linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Python module cleanup
@ 2024-09-18 22:54 Ian Rogers
  2024-09-18 22:54 ` [PATCH v1 1/2] perf python: Remove python 2 scripting support Ian Rogers
  2024-09-18 22:54 ` [PATCH v1 2/2] perf python: Constify variables and parameters Ian Rogers
  0 siblings, 2 replies; 12+ messages in thread
From: Ian Rogers @ 2024-09-18 22:54 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Ian Rogers, Adrian Hunter, Kan Liang, Xu Yang, Andi Kleen,
	Zixian Cai, Paran Lee, Ben Gainey, linux-perf-users, linux-kernel

Remove workarounds for Python 2 module support. Constify variables and
parameters to functions.

Ian Rogers (2):
  perf python: Remove python 2 scripting support
  perf python: Constify variables and parameters

 .../scripts/python/Perf-Trace-Util/Context.c  |  18 ---
 tools/perf/util/python.c                      | 128 ++++++------------
 .../scripting-engines/trace-event-python.c    |  63 +--------
 3 files changed, 44 insertions(+), 165 deletions(-)

-- 
2.46.0.662.g92d0881bb0-goog


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

end of thread, other threads:[~2024-10-10  1:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18 22:54 [PATCH v1 0/2] Python module cleanup Ian Rogers
2024-09-18 22:54 ` [PATCH v1 1/2] perf python: Remove python 2 scripting support Ian Rogers
2024-09-19  1:29   ` Andi Kleen
2024-09-19  4:45     ` Ian Rogers
2024-09-30 21:26       ` Namhyung Kim
2024-10-01 11:22         ` Andi Kleen
2024-10-01 12:49           ` James Clark
2024-10-01 13:47           ` Ian Rogers
2024-10-10  1:26             ` Namhyung Kim
2024-10-01 12:52   ` James Clark
2024-09-18 22:54 ` [PATCH v1 2/2] perf python: Constify variables and parameters Ian Rogers
2024-10-01 12:52   ` James Clark

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