Bug 57605 - Пропали software events в выводе perf list
Summary: Пропали software events в выводе perf list
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: perf (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Vitaly Chikunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-22 16:52 MSK by Kostevich Arseniy
Modified: 2026-01-23 03:02 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kostevich Arseniy 2026-01-22 16:52:34 MSK
Версия пакета:
perf-6.18-alt1

Платформа(Обновлена до Sisyphus):
Alt Workstation K 11.2 x86_64

Шаги для воспроизведения:
1. # perf list | grep "Software event"

Ожидаемый результат:
  alignment-faults                                   [Software event]
  bpf-output                                         [Software event]
  cgroup-switches                                    [Software event]
  context-switches OR cs                             [Software event]
  cpu-clock                                          [Software event]
  cpu-migrations OR migrations                       [Software event]
  dummy                                              [Software event]
  emulation-faults                                   [Software event]
  major-faults                                       [Software event]
  minor-faults                                       [Software event]
  page-faults OR faults                              [Software event]
  task-clock                                         [Software event]


Фактический результат:
В выводе perf list отсутствуют software events

Дополнительно:
1. Ошибка воспроизводится на ядрах:
kernel-image-6.12-6.12.66-alt1
kernel-image-6.18-6.18.6-alt1

2. Похоже события просто пропали из вывода perf list, использовать их возможно:
# perf stat -e context-switches sleep 1
 Performance counter stats for 'sleep 1':
                 2      context-switches                                                      
       1,005614044 seconds time elapsed

       0,000000000 seconds user
       0,003461000 seconds sys
Comment 1 Vitaly Chikunov 2026-01-23 03:02:01 MSK
События не пропали

  # perf list | grep context-switches
    context-switches
          context-switches]. Unit: software]

из список

  # perf list sw