Centos-kernel-stream-9/tools/perf/scripts/python
Michael Petlan 365e5eba01 Reapply "perf util: Make util its own library"
JIRA: https://issues.redhat.com/browse/RHEL-79032
Upstream Status: RHEL-only

This reverts commit d1630cc5a2.

Testing has found out that d1630cc5a2
(which is a revert of b04cbd7054) has
broken the perf python module shipped in python3-perf package:

    [root@machine ~]# echo "import sys ; sys.path.insert(0, 'python'); import perf" | '/usr/bin/python3'
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      ImportError: /usr/lib64/python3.9/site-packages/perf.cpython-39-x86_64-linux-gnu.so: undefined symbol: verbose

Revert that revert.

The original problem needs to be solved by moving python3-perf to
AppStream, so that it does not break the dependency rule that no
BaseOS packages may depend on AppStream packages.

Signed-off-by: Michael Petlan <mpetlan@redhat.com>
2025-03-25 13:17:42 +01:00
..
Perf-Trace-Util Reapply "perf util: Make util its own library" 2025-03-25 13:17:42 +01:00
bin perf scripts python: Add support for input args in gecko script 2023-11-13 11:22:09 +01:00
arm-cs-trace-disasm.py perf scripts python cs-etm: Restore first sample log in verbose mode 2024-11-18 19:23:33 +01:00
check-perf-trace.py
compaction-times.py perf tools: Address python 3.6 DeprecationWarning for string scapes 2024-04-03 19:37:12 +02:00
event_analyzing_sample.py
export-to-postgresql.py
export-to-sqlite.py
exported-sql-viewer.py perf tools: Address python 3.6 DeprecationWarning for string scapes 2024-04-03 19:37:12 +02:00
failed-syscalls-by-pid.py
flamegraph.py
futex-contention.py
gecko.py perf scripts python gecko: Launch the profiler UI on the default browser with the appropriate URL 2023-11-13 11:22:09 +01:00
intel-pt-events.py
libxed.py
mem-phys-addr.py
net_dropmonitor.py
netdev-times.py perf script: netdev-times: add location parameter to consume_skb 2024-10-14 13:02:56 +02:00
parallel-perf.py tools/perf: Fix parallel-perf python script to replace new python syntax ":=" usage 2024-10-14 13:02:58 +02:00
powerpc-hcalls.py
sched-migration.py
sctop.py
stackcollapse.py
stat-cpi.py
syscall-counts-by-pid.py
syscall-counts.py
task-analyzer.py