Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perf-5.3.18-36.35 RPM for ppc64le

From OpenSuSE Leap 15.3 for ppc64le

Name: perf Distribution: SUSE Linux Enterprise 15
Version: 5.3.18 Vendor: SUSE LLC <https://www.suse.com/>
Release: 36.35 Build date: Thu May 6 21:31:25 2021
Group: Development/Tools/Debuggers Build host: xinomavro
Size: 16753285 Source RPM: perf-5.3.18-36.35.src.rpm
Packager: https://www.suse.com/
Url: https://perf.wiki.kernel.org/
Summary: Performance Monitoring Tools for Linux
This package provides a userspace tool 'perf', which monitors performance for
either unmodified binaries or the entire system. It requires a Linux kernel
which includes the Performance Counters for Linux (PCL) subsystem (>= 2.6.31).
This subsystem utilizes the Performance Monitoring Unit (PMU) / hardware
counters of the underlying cpu architecture (if supported).

Provides

Requires

License

GPL-2.0-only

Changelog

* Fri Jan 22 2021 tonyj@suse.com
  - Add NO_NMI_WATCHDOG metric constraint to Page_Walks_Utilization for Sky Lake
    and Cascade Lake (bsc#1174516)
    New patch: perf-vendor-events-intel-add-no_nmi_watchdog-metric-constraint.patch
* Thu Jan 14 2021 tonyj@suse.com
  - Enable ARM CoreSight Trace Decode (jsc#SLE-13692)
    This change enables perf support for the OpenCSD library, which
    provides an API suitable for the decode of ARM CoreSight trace
    streams.
* Thu Dec 10 2020 tonyj@suse.com
  - S390. Change DFLT_CCERROR counter name (bsc#1175918)
    New patch: s390-cpum_cf-perf-change-dflt_ccerror-counter-name-partial.patch
* Mon Dec 07 2020 tonyj@suse.com
  - Fix PPC64LE numa SIGABORT (bsc#1179649)
    new patch: perf-bench-numa-fix-cpumask-memory-leak-in-node_has_cpus.patch
    new patch: perf-bench-numa-use-numa_node_to_cpus-to-bind-tasks-to-nodes.patch
* Mon Dec 07 2020 tonyj@suse.com
  - Arm SPE support synthetic events in "perf report" (jsc#SLE-14769)
    new patch: perf-arm-spe-support-synthetic-events.patch
    new patch: perf-auxtrace-add-an-option-to-synthesize-callchains-for-regular-events.patch
    new patch: perf-auxtrace-add-four-itrace-options.patch
    new patch: perf-auxtrace-add-option-to-synthesize-branch-stack-for-regular-events.patch
    new patch: perf-env-remove-needless-cpumap-h-header-partial.patch
    new patch: perf-script-introduce-deltatime-option.patch
    new patch: perf-tools-move-arm-spe-pkt-decoder-h-c-to-the-new-dir.patch
    new patch: perf-tools-remove-needless-evlist-h-include-directives-partial.patch
    new patch: perf-tools-remove-needless-thread-h-include-directives-partial.patch
* Wed Dec 02 2020 tonyj@suse.com
  - Add IceLake PMU support for TopDown to perf stat (jsc#SLE-13346)
    new patch: perf-stat-support-new-per-thread-topdown-metrics.patch
    new patch: perf-tools-add-documentation-for-topdown-metrics.patch
* Mon Nov 30 2020 tonyj@suse.com
  - Support diffing of streams (branch record history) (jsc#SLE-13472)
    new patch: perf-diff-support-hot-streams-comparison.patch
    new patch: perf-streams-calculate-the-sum-of-total-streams-hits.patch
    new patch: perf-streams-compare-two-streams.patch
    new patch: perf-streams-get-the-evsel_streams-by-evsel_idx.patch
    new patch: perf-streams-introduce-branch-history-streams.patch
    new patch: perf-streams-link-stream-pair.patch
    new patch: perf-streams-report-hot-streams.patch
* Tue Nov 24 2020 tonyj@suse.com
  - Resolve "Parse event definition strings" perf test failure (jsc#SLE-13604, bsc#1174282)
    new patch: perf-events-parser-add-missing-intel-cpu-events-to-parser.patch
* Thu Nov 05 2020 tonyj@suse.com
  - Sum the event among logical-processors of same physical SMT core (jsc#SLE-12729)
    new patch: perf-stat-show-percore-counts-in-per-cpu-output.patch
    refresh patch: perf-stat-fix-null-pointer-dereference.patch
* Fri Oct 30 2020 tonyj@suse.com
  - Add metrics support for POWER (jsc#SLE-13611)
    new patch: perf-stat-increase-perf-metric-output-resolution.patch
    new patch: perf-vendor-events-power9-add-missing-metrics-to-power9-cpi_breakdown.patch
* Fri Oct 30 2020 tonyj@suse.com
  - POWER10 hardware counter support (jsc#SLE-13513)
    new patch: perf-tools-powerpc-add-support-for-extended-register-capability.patch
    new patch: perf-tools-powerpc-add-support-for-extended-regs-in-power10.patch
* Thu Oct 29 2020 tonyj@suse.com
  - Supply TOS for LBRs in perf (jsc#SLE-12718)
    new patch: perf-c2c-add-option-to-enable-the-lbr-stitching-approach.patch
    new patch: perf-callchain-save-previous-cursor-nodes-for-lbr-stitching-approach.patch
    new patch: perf-callchain-stitch-lbr-call-stack.patch
    new patch: perf-callchain-use-struct-map_symbol-in-struct-callchain_cursor_node.patch
    new patch: perf-evsel-remove-need-for-symbol_conf-in-evsel_fprintf-c.patch
    new patch: perf-header-support-cpu-pmu-capabilities.patch
    new patch: perf-hist-add-fast-path-for-duplicate-entries-check.patch
    new patch: perf-machine-factor-out-lbr_callchain_add_kernel_ip.patch
    new patch: perf-machine-factor-out-lbr_callchain_add_lbr_ip.patch
    new patch: perf-machine-refine-the-function-for-lbr-call-stack-reconstruction.patch
    new patch: perf-machine-remove-the-indent-in-resolve_lbr_callchain_sample.patch
    new patch: perf-pmu-add-support-for-pmu-capabilities.patch
    new patch: perf-report-add-option-to-enable-the-lbr-stitching-approach.patch
    new patch: perf-report-dump-lbr-callstack-data-by-d-jointly-with-thread-stack.patch
    new patch: perf-script-add-option-to-enable-the-lbr-stitching-approach.patch
    new patch: perf-thread-add-a-knob-for-lbr-stitch-approach.patch
    new patch: perf-thread-save-previous-sample-for-lbr-stitching-approach.patch
    new patch: perf-tools-add-hw_idx-in-struct-branch_stack.patch
    new patch: perf-tools-add-map_groups-to-struct-addr_location.patch
    new patch: perf-unwind-use-struct-map_symbol-in-struct-unwind_entry.patch
  - Support perf report sort key for total cycles per block (jsc#SLE-12720)
    new patch: perf-block-cleanup-and-refactor-block-info-functions.patch
    new patch: perf-cacheline-move-cacheline-related-routines-to-separate-files.patch
    new patch: perf-diff-don-t-use-hack-to-skip-column-length-calculation.patch
    new patch: perf-hist-count-the-total-cycles-of-all-samples.patch
    new patch: perf-hist-support-block-formats-with-compare-sort-display.patch
    new patch: perf-report-sort-by-sampled-cycles-percent-per-block-for-stdio.patch
    new patch: perf-report-sort-by-sampled-cycles-percent-per-block-for-tui.patch
    new patch: perf-report-support-percent-limit-for-total-cycles.patch
  - Report sparklines and perhaps stddev for the cycle diffs (jsc#SLE-12721)
    new patch: perf-diff-report-noisy-for-cycles-diff.patch
    new patch: perf-sort-remove-needless-headers-from-sort-h-provide-fwd-struct-decls.patch
    new patch: perf-srcline-add-missing-srcline-h-header-to-files-needing-its-defs.patch
  - Perf report. Support interactive annotation of code without symbols (jsc#SLE-12723)
    new patch: perf-map_groups-pass-the-object-to-map_groups__find_ams.patch
    new patch: perf-report-support-interactive-annotation-of-code-without-symbols.patch
    new patch: perf-report-top-do-not-offer-annotation-for-symbols-without-samples.patch
    new patch: perf-report-top-tui-support-hotkey-a-for-annotation-of-unresolved-addresses.patch
    new patch: pref-tools-make-struct-addr_map_symbol-contain-struct-map_symbol.patch
  - Add --all-kernel / --all-user to perf stat (jsc#SLE-12724)
    new patch: perf-stat-support-all-kernel-all-user.patch
  - Jump to assembler/source view from total cycles tui annotation (jsc#SLE-12728)
    new patch: perf-report-jump-to-symbol-source-view-from-total-cycles-view.patch
    new patch: perf-util-move-block-tui-function-to-ui-browsers.patch
  - Update Cascade Lake event list (jsc#SLE-12686)
    new patch: perf-vendor-events-intel-update-cascadelakex-events-to-v1-05.patch
* Thu Oct 29 2020 tonyj@suse.com
  - Support a hotkey to change the sort order in interactive browser (jsc#SLE-12726)
    new patch: perf-report-allow-specifying-event-to-be-used-as-sort-key-in-group-output.patch
    new patch: perf-report-support-a-new-key-to-reload-the-browser.patch
    new patch: perf-top-set-display-thread-comm-to-help-with-debugging.patch
    new patch: perf-top-support-group-sort-idx-to-change-the-sort-order.patch
    new patch: perf-top-support-hotkey-to-change-sort-order.patch
* Thu Oct 29 2020 tonyj@suse.com
  - Misc perf tools updates for AMD Milan CPUs (jsc#SLE-16757)
    new patch: perf-vendor-events-amd-add-itlb-instruction-fetch-hits-event-for-zen1.patch
    new patch: perf-vendor-events-amd-add-l2-prefetch-events-for-zen1.patch
    new patch: perf-vendor-events-amd-add-l3-cache-events-for-family-17h.patch
    new patch: perf-vendor-events-amd-add-recommended-events.patch
    new patch: perf-vendor-events-amd-add-zen2-events.patch
    new patch: perf-vendor-events-amd-enable-family-19h-users-by-matching-zen2-events.patch
    new patch: perf-vendor-events-amd-remove-trailing-commas.patch
    new patch: perf-vendor-events-amd-restrict-model-detection-for-zen1-based-processors.patch
    new patch: perf-vendor-events-amd-update-zen1-events-to-v2.patch
    new patch: perf-vendor-events-intel-add-icelake-v1-00-event-file.patch
    new patch: perf-vendor-events-intel-add-tremontx-event-file-v1-02.patch
* Thu Oct 29 2020 tonyj@suse.com
  - Resolve build error due to kernel-source update adding clashing header.
    New patch: perf-tools-tools-include-should-come-before-tools-uapi-include.patch
* Tue Oct 20 2020 tonyj@suse.com
  - Json file metrics for POWER9 hv_24x7 nest events (jsc#SLE-13661)
    new patch: libperf-add-build-version-support.patch
    new patch: libperf-add-debug-output-support.patch
    new patch: libperf-add-libperf-to-the-python-so-build.patch
    new patch: libperf-add-nr_entries-to-struct-perf_evlist.patch
    new patch: libperf-add-perf-core-h-header.patch
    new patch: libperf-add-perf_cpu_map-struct.patch
    new patch: libperf-add-perf_cpu_map__dummy_new-function.patch
    new patch: libperf-add-perf_cpu_map__get-perf_cpu_map__put.patch
    new patch: libperf-add-perf_evlist-and-perf_evsel-structs.patch
    new patch: libperf-add-perf_evlist__add-function.patch
    new patch: libperf-add-perf_evlist__init-function.patch
    new patch: libperf-add-perf_evlist__remove-function.patch
    new patch: libperf-add-perf_evsel__init-function.patch
    new patch: libperf-add-perf_thread_map-struct.patch
    new patch: libperf-add-perf_thread_map__get-perf_thread_map__put.patch
    new patch: libperf-add-perf_thread_map__new_dummy-function.patch
    new patch: libperf-include-perf_evlist-in-evlist-object.patch
    new patch: libperf-include-perf_evsel-in-evsel-object.patch
    new patch: libperf-make-libperf-a-part-of-the-perf-build.patch
    new patch: perf-augmented_raw_syscalls-add-handler-for-openat.patch
    new patch: perf-augmented_raw_syscalls-augment-sockaddr-arg-in-connect.patch
    new patch: perf-augmented_raw_syscalls-rename-augmented_args_filename-to-augmented_args_payload.patch
    new patch: perf-augmented_raw_syscalls-support-copying-two-string-syscall-args.patch
    new patch: perf-augmented_raw_syscalls-switch-to-using-bpf_map_type_prog_array.patch
    new patch: perf-bpf-do-not-attach-a-bpf-prog-to-a-tracepoint-if-its-name-starts-with.patch
    new patch: perf-cpu_map-rename-struct-cpu_map-to-struct-perf_cpu_map.patch
    new patch: perf-debug-remove-needless-include-directives-from-debug-h.patch
    new patch: perf-evlist-rename-perf_evlist__add-to-evlist__add.patch
    new patch: perf-evlist-rename-perf_evlist__close-to-evlist__close.patch
    new patch: perf-evlist-rename-perf_evlist__delete-to-evlist__delete.patch
    new patch: perf-evlist-rename-perf_evlist__disable-to-evlist__disable.patch
    new patch: perf-evlist-rename-perf_evlist__enable-to-evlist__enable.patch
    new patch: perf-evlist-rename-perf_evlist__init-to-evlist__init.patch
    new patch: perf-evlist-rename-perf_evlist__new-to-evlist__new.patch
    new patch: perf-evlist-rename-perf_evlist__open-to-evlist__open.patch
    new patch: perf-evlist-rename-perf_evlist__remove-to-evlist__remove.patch
    new patch: perf-evlist-rename-struct-perf_evlist-to-struct-evlist.patch
    new patch: perf-evsel-rename-perf_evsel__apply_filter-to-evsel__apply_filter.patch
    new patch: perf-evsel-rename-perf_evsel__cpus-to-evsel__cpus.patch
    new patch: perf-evsel-rename-perf_evsel__delete-to-evsel__delete.patch
    new patch: perf-evsel-rename-perf_evsel__disable-to-evsel__disable.patch
    new patch: perf-evsel-rename-perf_evsel__enable-to-evsel__enable.patch
    new patch: perf-evsel-rename-perf_evsel__init-to-evsel__init.patch
    new patch: perf-evsel-rename-perf_evsel__new-to-evsel__new.patch
    new patch: perf-evsel-rename-perf_evsel__open-to-evsel__open.patch
    new patch: perf-evsel-rename-struct-perf_evsel-to-struct-evsel.patch
    new patch: perf-evsel-store-backpointer-to-attached-bpf_object.patch
    new patch: perf-expr-add-expr-c-object.patch
    new patch: perf-expr-add-expr_-prefix-for-parse_ctx-and-parse_id.patch
    new patch: perf-expr-add-expr_scanner_ctx-object.patch
    new patch: perf-expr-fix-copy-paste-mistake.patch
    new patch: perf-expr-increase-expr_max_other-to-support-metrics-with-more-than-15-variables.patch
    new patch: perf-expr-make-expr__parse-return-1-on-error.patch
    new patch: perf-expr-move-expr-lexer-to-flex.patch
    new patch: perf-expr-straighten-expr__parse-expr__find_other-interface.patch
    new patch: perf-include-bpf-add-bpf_tail_call-prototype.patch
    new patch: perf-jevents-support-metric-constraint.patch
    new patch: perf-kvm-s390-add-missing-string-h-header.patch
    new patch: perf-list-hide-deprecated-events-by-default.patch
    new patch: perf-metricgroup-factor-out-metricgroup__add_metric_weak_group.patch
    new patch: perf-metricgroup-fix-printing-event-names-of-metric-group-with-multiple-events-incase-of-overlapping-events.patch
    new patch: perf-metricgroup-fix-printing-event-names-of-metric-group-with-multiple-events.patch
    new patch: perf-metricgroup-remove-needless-includes-from-metricgroup-h.patch
    new patch: perf-metricgroup-scale-the-metric-result.patch
    new patch: perf-metricgroup-support-metric-constraint.patch
    new patch: perf-metricgroup-support-multiple-events-for-metricgroup.patch
    new patch: perf-metricgroups-enhance-json-metric-infrastructure-to-handle.patch
    new patch: perf-metrictroup-split-the-metricgroup__add_metric-function.patch
    new patch: perf-pmu-change-convert_scale-from-static-to-global.patch
    new patch: perf-stat-align-the-output-for-interval-aggregation-mode.patch
    new patch: perf-stat-fix-free-memory-access-memory-leaks-in-metrics.patch
    new patch: perf-stat-move-loaded-out-of-struct-perf_counts_values.patch
    new patch: perf-tests-expr-added-test-for-runtime-param-in-metric-expression.patch
    new patch: perf-tests-remove-needless-headers-for-bp_account.patch
    new patch: perf-tools-enable-hz-hz-prinitg-for-metric-only-option.patch
    new patch: perf-tools-remove-debug-h-from-header-files-not-needing-it.patch
    new patch: perf-tools-remove-util-h-from-where-it-is-not-needed.patch
    new patch: perf-tools-rename-struct-thread_map-to-struct-perf_thread_map.patch
    new patch: perf-tools-use-define-api-pure-full-instead-of-pure-parser.patch
    new patch: perf-trace-add-bpf-handler-for-unaugmented-syscalls.patch
    new patch: perf-trace-add-pointer-to-bpf-object-containing-_augmented_syscalls__.patch
    new patch: perf-trace-add-sendfile64-alias-to-the-sendfile-syscall.patch
    new patch: perf-trace-allow-specifying-the-bpf-prog-to-augment-specific-syscalls.patch
    new patch: perf-trace-beauty-add-bpf-augmenter-for-the-rename-syscall.patch
    new patch: perf-trace-beauty-beautify-bind-s-sockaddr-arg.patch
    new patch: perf-trace-beauty-beautify-sendto-s-sockaddr-arg.patch
    new patch: perf-trace-beauty-disable-fd-pathname-when-close-not-enabled.patch
    new patch: perf-trace-beauty-do-not-try-to-use-the-fd-pathname-beautifier-for-bind-connect-fd-arg.patch
    new patch: perf-trace-beauty-make-connect-s-addrlen-be-printed-as-an-int-not-hex.patch
    new patch: perf-trace-forward-error-codes-when-trying-to-read-syscall-info.patch
    new patch: perf-trace-handle-raw_syscalls-sys_enter-just-like-the-bpf_output-augmented-event.patch
    new patch: perf-trace-look-for-default-name-for-entries-in-the-syscalls-prog-array.patch
    new patch: perf-trace-look-up-maps-just-on-the-_augmented_syscalls__-bpf-object.patch
    new patch: perf-trace-mark-syscall-ids-that-are-not-allocated-to-avoid-unnecessary-error-messages.patch
    new patch: perf-trace-order-e-syscalls-table.patch
    new patch: perf-trace-preallocate-the-syscall-table.patch
    new patch: perf-trace-put-the-per-syscall-entry-exit-prog_array-bpf-map-infrastructure-in-place.patch
    new patch: perf-trace-reuse-bpf-augmenters-from-syscalls-with-similar-args-signature.patch
    new patch: perf-util-factor-out-sysctl__nmi_watchdog_enabled.patch
    new patch: perf-vendor-events-power9-add-hv_24x7-socket-chip-level-metric-events.patch
    refresh patch: perf-intel-pt-process-options-for-pebs-event-synthesis.patch
    refresh patch: perf-metrics-fix-parse-errors-in-power8-metrics.patch
    refresh patch: perf-metrics-fix-parse-errors-in-power9-metrics.patch
    refresh patch: perf-report-fix-no-branch-type-statistics-report-issue.patch
    refresh patch: perf-stat-don-t-report-a-null-stalled-cycles-per-insn-metric.patch
    refresh patch: perf-stat-ensure-group-is-defined-on-top-of-the-same-cpu-mask.patch
    refresh patch: perf-tests-fix-out-of-bounds-memory-access.patch
    refresh patch: perf-tools-fix-record-failure-when-mixed-with-arm-spe-event.patch
* Thu Aug 13 2020 tonyj@suse.com
  - Add latest git-fixes (bsc#1175256)
    * perf bpf-loader: Add missing '*' for key_scan_pos
      New patch: perf-bpf-loader-add-missing-for-key_scan_pos.patch
    * perf cs-etm: Move definition of 'traceid_list' global variable from header
      file
      New patch: perf-cs-etm-move-definition-of-traceid_list-global-variable-from-header-file.patch
    * perf env: Do not return pointers to local variables
      New patch: perf-env-do-not-return-pointers-to-local-variables.patch
    * perf intel-pt: Fix PEBS sample for XMM registers
      New patch: perf-intel-pt-fix-pebs-sample-for-xmm-registers.patch
    * perf: Make perf able to build with latest libbfd
      New patch: perf-make-perf-able-to-build-with-latest-libbfd.patch
    * perf metrics: Fix parse errors in power8 metrics
      New patch: perf-metrics-fix-parse-errors-in-power8-metrics.patch
    * perf metrics: Fix parse errors in power9 metrics
      New patch: perf-metrics-fix-parse-errors-in-power9-metrics.patch
    * perf metrics: Fix parse errors in skylake metrics
      New patch: perf-metrics-fix-parse-errors-in-skylake-metrics.patch
    * perf parse-events: Fix an incompatible pointer
      New patch: perf-parse-events-fix-an-incompatible-pointer.patch
    * perf probe: Check address correctness by map instead of _etext
      New patch: perf-probe-check-address-correctness-by-map-instead-of-etext.patch
    * perf probe: Do not show the skipped events
      New patch: perf-probe-do-not-show-the-skipped-events.patch
    * perf probe: Fix to check blacklist address correctly
      New patch: perf-probe-fix-to-check-blacklist-address-correctly.patch
    * perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events
      New patch: perf-report-fix-null-pointer-dereference-in-hists__fprintf_nr_sample_events.patch
    * perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()
      New patch: perf-report-tui-fix-segmentation-fault-in-perf_evsel__hists_browse.patch
    * perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument
      New patch: perf-scripts-python-export-to-postgresql-py-fix-struct-pack-int-argument.patch
    * perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result
      New patch: perf-scripts-python-exported-sql-viewer-py-fix-unexpanded-find-result.patch
    * perf scripts python: exported-sql-viewer.py: Fix zero id in call graph find
      result
      New patch: perf-scripts-python-exported-sql-viewer-py-fix-zero-id-in-call-graph-find-result.patch
    * perf scripts python: exported-sql-viewer.py: Fix zero id in call tree find
      result
      New patch: perf-scripts-python-exported-sql-viewer-py-fix-zero-id-in-call-tree-find-result.patch
    * perf stat: Ensure group is defined on top of the same cpu mask
      New patch: perf-stat-ensure-group-is-defined-on-top-of-the-same-cpu-mask.patch
    * perf stat: Fix duration_time value for higher intervals
      New patch: perf-stat-fix-duration_time-value-for-higher-intervals.patch
    * perf stat: Fix NULL pointer dereference
      New patch: perf-stat-fix-null-pointer-dereference.patch
    * perf stat: Fix wrong per-thread runtime stat for interval mode
      New patch: perf-stat-fix-wrong-per-thread-runtime-stat-for-interval-mode.patch
    * perf stat: Honour --timeout for forked workloads
      New patch: perf-stat-honour-timeout-for-forked-workloads.patch
    * perf stat: Improve runtime stat for interval mode
      New patch: perf-stat-improve-runtime-stat-for-interval-mode.patch
    * perf stat: Zero all the 'ena' and 'run' array slot stats for interval mode
      New patch: perf-stat-zero-all-the-ena-and-run-array-slot-stats-for-interval-mode.patch
    * perf test session topology: Fix data path
      New patch: perf-test-session-topology-fix-data-path.patch
    * perf tools: Fix reading new topology attribute "core_cpus"
      New patch: perf-tools-fix-reading-new-topology-attribute-core_cpus.patch
    * perf tools: Fix record failure when mixed with ARM SPE event
      New patch: perf-tools-fix-record-failure-when-mixed-with-arm-spe-event.patch
    * perf vendor events intel: Update all the Intel JSON metrics from TMAM
      New patch: perf-vendor-events-intel-update-all-the-intel-json-metrics-from-tmam-3-6.patch
* Fri May 29 2020 tonyj@suse.com
  - Add support for new IBM S390 z15 deflate counters (bsc#1169763)
    New patch: perf-vendor-events-s390-add-new-deflate-counters-for-ibm-z15.patch
    New patch: perf-vendor-events-s390-use-s390-machine-name-instead-of-type-8561.patch
* Thu May 21 2020 tonyj@suse.com
  - Add latest git-fixes
    * Fix snprintf overflow check
    * Fix off by one in strncpy() size argument
    * Fix binding of AIO user space buffers to nodes
    * Fix no branch type statistics report issue
    New patch: perf-cpumap-fix-snprintf-overflow-check.patch
    New patch: perf-map-fix-off-by-one-in-strncpy-size-argument.patch
    New patch: perf-record-fix-binding-of-aio-user-space-buffers-to-nodes.patch
    New patch: perf-report-fix-no-branch-type-statistics-report-issue.patch
* Fri Mar 27 2020 tonyj@suse.com
  - Add latest git-fixes
    * perf bench futex-wake: Restore thread count default to online CPU
    * perf c2c: Display proper cpu count in nodes column
    * perf c2c: Fix report with offline cpus
    * perf callchain: Fix segfault in thread__resolve_callchain_sample()
    * perf diff: Use llabs() with 64-bit values
    * perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc
    * perf hists: Fix variable name's inconsistency in hists__for_each()
    * perf jevents: Fix resource leak in process_mapfile() and main()
    * perf list: Allow plurals for metric, metricgroup
    * perf map: No need to adjust the long name of modules
    * perf probe: Filter out instances except for inlined subroutine and
    * perf probe: Fix to find range-only function instance
    * perf probe: Fix to list probe event with correct line number
    * perf probe: Fix to probe a function which has no entry pc
    * perf probe: Fix to probe an inline function which has no entry pc
    * perf probe: Fix to show calling lines of inlined functions
    * perf probe: Fix to show function entry line as probe-able
    * perf probe: Fix to show inlined function callsite without entry_pc
    * perf probe: Fix to show ranges of variables in functions without
    * perf probe: Fix wrong address verification
    * perf probe: Skip end-of-sequence and non statement lines
    * perf probe: Skip overlapped location on searching variables
    * perf probe: Walk function lines in lexical blocks
    * perf regs: Make perf_reg_name() return "unknown" instead of NULL
    * perf report: Fix incorrectly added dimensions as switch perf data file
    * perf script: Allow --time with --reltime
    * perf script: Fix brstackinsn for AUXTRACE
    * perf stat: Don't report a null stalled cycles per insn metric
    * perf test: Report failure for mmap events
    * perf tests: Fix out of bounds memory access
    * perf ui gtk: Add missing zalloc object
    * perf vendor events amd: Remove redundant '['
    * perf vendor events arm64: Fix Hisi hip08 DDRC PMU eventname
    * perf vendor events: Remove P8 HW events which are not supported
    * perf vendor events s390: Add JSON transaction for machine type 8561
    * perf vendor events s390: Remove name from L1D_RO_EXCL_WRITES
    New patch: perf-bench-futex-wake-restore-thread-count-default-to-online-cpu-count.patch
    New patch: perf-c2c-display-proper-cpu-count-in-nodes-column.patch
    New patch: perf-c2c-fix-report-with-offline-cpus.patch
    New patch: perf-callchain-fix-segfault-in-thread__resolve_callchain_sample.patch
    New patch: perf-diff-use-llabs-with-64-bit-values.patch
    New patch: perf-hists-browser-restore-esc-as-zoom-out-of-dso-thread-etc.patch
    New patch: perf-hists-fix-variable-name-s-inconsistency-in-hists__for_each-macro.patch
    New patch: perf-jevents-fix-resource-leak-in-process_mapfile-and-main.patch
    New patch: perf-list-allow-plurals-for-metric-metricgroup.patch
    New patch: perf-map-no-need-to-adjust-the-long-name-of-modules.patch
    New patch: perf-probe-filter-out-instances-except-for-inlined-subroutine-and-subprogram.patch
    New patch: perf-probe-fix-to-find-range-only-function-instance.patch
    New patch: perf-probe-fix-to-list-probe-event-with-correct-line-number.patch
    New patch: perf-probe-fix-to-probe-a-function-which-has-no-entry-pc.patch
    New patch: perf-probe-fix-to-probe-an-inline-function-which-has-no-entry-pc.patch
    New patch: perf-probe-fix-to-show-calling-lines-of-inlined-functions.patch
    New patch: perf-probe-fix-to-show-function-entry-line-as-probe-able.patch
    New patch: perf-probe-fix-to-show-inlined-function-callsite-without-entry_pc.patch
    New patch: perf-probe-fix-to-show-ranges-of-variables-in-functions-without-entry_pc.patch
    New patch: perf-probe-fix-wrong-address-verification.patch
    New patch: perf-probe-skip-end-of-sequence-and-non-statement-lines.patch
    New patch: perf-probe-skip-overlapped-location-on-searching-variables.patch
    New patch: perf-probe-walk-function-lines-in-lexical-blocks.patch
    New patch: perf-regs-make-perf_reg_name-return-unknown-instead-of-null.patch
    New patch: perf-report-fix-incorrectly-added-dimensions-as-switch-perf-data-file.patch
    New patch: perf-script-allow-time-with-reltime.patch
    New patch: perf-script-fix-brstackinsn-for-auxtrace.patch
    New patch: perf-stat-don-t-report-a-null-stalled-cycles-per-insn-metric.patch
    New patch: perf-test-report-failure-for-mmap-events.patch
    New patch: perf-tests-fix-out-of-bounds-memory-access.patch
    New patch: perf-ui-gtk-add-missing-zalloc-object.patch
    New patch: perf-vendor-events-amd-remove-redundant.patch
    New patch: perf-vendor-events-arm64-fix-hisi-hip08-ddrc-pmu-eventname.patch
    New patch: perf-vendor-events-remove-p8-hw-events-which-are-not-supported.patch
    New patch: perf-vendor-events-s390-add-json-transaction-for-machine-type-8561.patch
    New patch: perf-vendor-events-s390-remove-name-from-l1d_ro_excl_writes-description.patch
* Mon Nov 25 2019 tonyj@suse.com
  - Provide PEBS data via Intel PT trace logs (JIRA#SLE-9874)
    New patch: perf-tools-add-aux_output-attribute-flag.patch
    New patch: perf-tools-add-itrace-option-o-to-synthesize-aux-output-events.patch
    New patch: perf-intel-pt-process-options-for-pebs-event-synthesis.patch
    New patch: perf-tools-add-aux-output-config-term.patch
    New patch: perf-intel-pt-add-brief-documentation-for-pebs-via-intel-pt.patch
* Mon Nov 18 2019 tonyj@suse.com
  - fix gtk2 detection (based on Factory change by iri Slaby <jslaby@suse.com>)
* Thu Aug 08 2019 tonyj@suse.com
  - Fork for SP2 (v5.3 kernel source)
    Delete patch: perf-annotate-browser-display-titles-in-left-frame.patch
    Delete patch: perf-annotate-do-not-overwrite-sample-period.patch
    Delete patch: perf-annotate-document-show-total-period-option.patch
    Delete patch: perf-annotate-fix-storing-per-line-sym_hist_entry.patch
    Delete patch: perf-annotate-introduce-struct-sym_hist_entry.patch
    Delete patch: perf-annotate-rename-sum-to-nr_samples-in-struct-sym_hist.patch
    Delete patch: perf-annotate-stdio-fix-column-header-when-using-show-total-period.patch
    Delete patch: perf-annotate-stdio-fix-show-total-period.patch
    Delete patch: perf-annotate-stdio-set-enough-columns-for-show-total-period.patch
    Delete patch: perf-annotate-stdio-support-show-nr-samples-option.patch
    Delete patch: perf-annotate-store-the-sample-period-in-each-histogram-bucket.patch
    Delete patch: perf-annotate-tui-clarify-calculation-of-column-header-widths.patch
    Delete patch: perf-annotate-tui-fix-column-header-when-toggling-period-percent.patch
    Delete patch: perf-annotate-tui-fix-show-total-period.patch
    Delete patch: perf-annotate-tui-set-appropriate-column-width-for-period-percent.patch
    Delete patch: perf-annotate-tui-use-sym_hist_entry-in-disasm_line_samples.patch
    Delete patch: perf-arm-spe-Fix-uninitialized-record-error-variable.patch
    Delete patch: perf-arm64-Generate-system-call-table-from-asm-unist.patch
    Delete patch: perf-arm64-fix-generate-system-call-table-failed-with-tmp-mounted-with-noexec.patch
    Delete patch: perf-arm64-fix-include-path-for-asm-generic-unistd-h.patch
    Delete patch: perf-auxtrace-arm-Fixing-uninitialised-variable.patch
    Delete patch: perf-c2c-fix-c2c-report-for-empty-numa-node.patch
    Delete patch: perf-c2c-fix-spelling-mistakes-in-browser-help-text.patch
    Delete patch: perf-c2c-report-fix-crash-for-empty-browser.patch
    Delete patch: perf-events-parse-Remove-some-needless-local-variabl.patch
    Delete patch: perf-events-parse-Rename-parse_events_parse-argument.patch
    Delete patch: perf-events-parse-Rename-parsing-state-struct-to-cle.patch
    Delete patch: perf-events-parse-Use-just-one-parse-events-state-st.patch
    Delete patch: perf-evlist-remove-evlist-overwrite.patch
    Delete patch: perf-evlist-remove-overwrite-parameter-from-perf_evlist__mmap.patch
    Delete patch: perf-evlist-remove-overwrite-parameter-from-perf_evlist__mmap_ex.patch
    Delete patch: perf-evlist-remove-stale-mmap-read-for-backward.patch
    Delete patch: perf-evsel-add-read_counter.patch
    Delete patch: perf-evsel-add-verbose-output-for-sys_perf_event_open-fallback.patch
    Delete patch: perf-evsel-allow-asking-for-max-precise_ip-in-new_cycles.patch
    Delete patch: perf-evsel-expose-the-perf_missing_features-struct.patch
    Delete patch: perf-evsel-fix-attr-exclude_kernel-setting-for-default-cycles-p.patch
    Delete patch: perf-evsel-only-fall-back-group-read-for-leader.patch
    Delete patch: perf-evsel-set-attr-exclude_kernel-when-probing-max-attr-precise_ip.patch
    Delete patch: perf-ftrace-move-setup_pager-before-opening-trace_pipe.patch
    Delete patch: perf-header-add-struct-feat_fd-for-write.patch
    Delete patch: perf-header-encapsulate-read-and-swap.patch
    Delete patch: perf-header-fail-on-write_padded-error.patch
    Delete patch: perf-header-fix-wrong-node-write-in-numa_topology-feature.patch
    Delete patch: perf-header-remove-unused-cpu_nr-field-from-struct-cpu_topo.patch
    Delete patch: perf-header-revamp-do_write.patch
    Delete patch: perf-help-fix-a-bug-during-strstart-conversion.patch
    Delete patch: perf-hists-browser-add-parameter-to-disable-lost-event-warning.patch
    Delete patch: perf-hists-pass-perf_sample-to-_symbol__inc_addr_samples.patch
    Delete patch: perf-jevents-Make-build-fail-on-JSON-parse-error.patch
    Delete patch: perf-jevents-support-fcmask-and-portmask.patch
    Delete patch: perf-jvmti-fix-linker-error-when-libelf-config-is-disabled.patch
    Delete patch: perf-list-Add-metric-groups-to-perf-list.patch
    Delete patch: perf-mem-allow-all-record-report-options.patch
    Delete patch: perf-mem-c2c-fix-perf_mem_events-to-support-powerpc.patch
    Delete patch: perf-mem-document-a-missing-option.patch
    Delete patch: perf-mem-document-incorrect-and-missing-options.patch
    Delete patch: perf-mmap-add-new-return-value-logic-for-perf_mmap__read_init.patch
    Delete patch: perf-mmap-adopt-push-method-from-builtin-record-c.patch
    Delete patch: perf-mmap-be-consistent-when-checking-for-an-unmaped-ring-buffer.patch
    Delete patch: perf-mmap-cleanup-perf_mmap__push.patch
    Delete patch: perf-mmap-discard-legacy-interface-for-mmap-read.patch
    Delete patch: perf-mmap-discard-prev-in-perf_mmap__read.patch
    Delete patch: perf-mmap-don-t-discard-prev-in-backward-mode.patch
    Delete patch: perf-mmap-fix-accessing-unmapped-mmap-in-perf_mmap__read_done.patch
    Delete patch: perf-mmap-fix-perf-backward-recording.patch
    Delete patch: perf-mmap-introduce-perf_mmap__read_done.patch
    Delete patch: perf-mmap-introduce-perf_mmap__read_event.patch
    Delete patch: perf-mmap-introduce-perf_mmap__read_init.patch
    Delete patch: perf-mmap-move-perf_mmap-and-methods-to-separate-mmap-files.patch
    Delete patch: perf-mmap-recalculate-size-for-overwrite-mode.patch
    Delete patch: perf-mmap-remove-overwrite-and-check_messup-from-mmap-read.patch
    Delete patch: perf-mmap-remove-overwrite-from-arguments-list-of-perf_mmap__push.patch
    Delete patch: perf-pmu-Add-check-for-valid-cpuid-in-perf_pmu__find.patch
    Delete patch: perf-pmu-Pass-pmu-as-a-parameter-to-get_cpuid_str.patch
    Delete patch: perf-pmu-Unbreak-perf-record-for-arm-arm64-with-even.patch
    Delete patch: perf-pmu-extract-function-to-get-json-alias-map.patch
    Delete patch: perf-probe-arm64-Fix-symbol-fixup-issues-due-to-ELF-.patch
    Delete patch: perf-probe-fix-kprobe-blacklist-checking-condition.patch
    Delete patch: perf-probe-support-sdt-markers-having-reference-counter-semaphore.patch
    Delete patch: perf-provide-definition-for-einval-on-32bit.patch
    Delete patch: perf-python-do-not-force-closing-original-perf-descriptor-in-evlist-get_pollfd.patch
    Delete patch: perf-python-make-clang_has_option-work-on-python-3.patch
    Delete patch: perf-python-make-twatch-py-work-with-both-python2-and-python3.patch
    Delete patch: perf-python-remove-mcet-and-fcf-protection-when-building-with-clang.patch
    Delete patch: perf-python-use-wno-redundant-decls-to-build-with-python-python3.patch
    Delete patch: perf-record-enable-arbitrary-event-names-thru-name-modifier.patch
    Delete patch: perf-record-make-record__mmap_read-generic.patch
    Delete patch: perf-report-extend-raw-dump-d-out-with-switch-out-event-type.patch
    Delete patch: perf-report-remove-unnecessary-check-in-annotate_browser_write.patch
    Delete patch: perf-script-add-missing-output-fields-in-a-hint.patch
    Delete patch: perf-script-add-support-to-display-sample-misc-field.patch
    Delete patch: perf-script-allow-adding-and-removing-fields.patch
    Delete patch: perf-script-extend-misc-field-decoding-with-switch-out-event-type.patch
    Delete patch: perf-script-fix-crash-when-processing-recorded-stat-data.patch
    Delete patch: perf-script-fix-crash-with-printing-mixed-trace-point-and-other-events.patch
    Delete patch: perf-script-python-add-perf_sample-dict-to-tracepoint-handlers.patch
    Delete patch: perf-script-python-add-printdate-function-to-sql-exporters.patch
    Delete patch: perf-script-python-add-python3-support-to-check-perf-trace-py.patch
    Delete patch: perf-script-python-add-python3-support-to-event_analyzing_sample-py.patch
    Delete patch: perf-script-python-add-python3-support-to-export-to-postgresql-py.patch
    Delete patch: perf-script-python-add-python3-support-to-exported-sql-viewer-py.patch
    Delete patch: perf-script-python-add-python3-support-to-failed-syscalls-by-pid-py.patch
    Delete patch: perf-script-python-add-python3-support-to-futex-contention-py.patch
    Delete patch: perf-script-python-add-python3-support-to-net_dropmonitor-py.patch
    Delete patch: perf-script-python-add-python3-support-to-netdev-times-py.patch
    Delete patch: perf-script-python-add-python3-support-to-sctop-py.patch
    Delete patch: perf-script-python-add-python3-support-to-stackcollapse-py.patch
    Delete patch: perf-script-python-add-python3-support-to-stat-cpi-py.patch
    Delete patch: perf-script-python-add-python3-support-to-syscall-counts-by-pid-py.patch
    Delete patch: perf-script-python-add-python3-support-to-syscall-counts-py.patch
    Delete patch: perf-script-python-add-python3-support-to-tests-attr-py.patch
    Delete patch: perf-script-python-add-sample_read-to-dict.patch
    Delete patch: perf-script-python-add-trace_context-extension-module-to-sys-modules.patch
    Delete patch: perf-script-python-allocate-memory-only-if-handler-exists.patch
    Delete patch: perf-script-python-refactor-creation-of-perf-sample-dict.patch
    Delete patch: perf-script-python-remove-explicit-shebang-from-python-scripts.patch
    Delete patch: perf-script-python-remove-explicit-shebang-from-setup-py.patch
    Delete patch: perf-script-python-remove-explicit-shebang-from-tests-attr-c.patch
    Delete patch: perf-script-python-remove-mixed-indentation.patch
    Delete patch: perf-script-python-use-pybytes-for-attr-in-trace-event-python.patch
    Delete patch: perf-script-show-hw-cache-events.patch
    Delete patch: perf-scripting-python-add-ppc64le-to-audit-uname-list.patch
    Delete patch: perf-scripts-python-add-python-3-support-to-core-py.patch
    Delete patch: perf-scripts-python-add-python-3-support-to-eventclass-py.patch
    Delete patch: perf-scripts-python-add-python-3-support-to-sched-migration-py.patch
    Delete patch: perf-scripts-python-add-python-3-support-to-schedgui-py.patch
    Delete patch: perf-scripts-python-add-python-3-support-to-util-py.patch
    Delete patch: perf-scripts-python-fix-missing-call_path_id-in-export-to-postgresql-script.patch
    Delete patch: perf-stat-Factor-out-generic-metric-printing.patch
    Delete patch: perf-stat-Only-auto-merge-events-that-are-PMU-aliase.patch
    Delete patch: perf-stat-Support-JSON-metrics-in-perf-stat.patch
    Delete patch: perf-stat-enable-1ms-interval-for-printing-event-counters-values.patch
    Delete patch: perf-stat-use-group-read-for-event-groups.patch
    Delete patch: perf-symbols-Fix-plt-entry-calculation-for-ARM-and-A.patch
    Delete patch: perf-symbols-fix-memory-corruption-because-of-zero-length-symbols.patch
    Delete patch: perf-symbols-set-plt-entry-header-sizes-properly-on-sparc.patch
    Delete patch: perf-test-add-test-cases-for-new-data-source-encoding.patch
    Delete patch: perf-test-make-list-subcommand-match-main-perf-test-numbering-matching.patch
    Delete patch: perf-test-powerpc-fix-object-code-reading-test.patch
    Delete patch: perf-test-sdt-handle-realpath-failure.patch
    Delete patch: perf-test-update-mmap-read-functions-for-backward-ring-buffer-test.patch
    Delete patch: perf-tests-Run-dwarf-unwind-test-on-arm32.patch
    Delete patch: perf-tests-attr-fix-no-delay-test.patch
    Delete patch: perf-tests-set-evlist-of-test__backward_ring_buffer-to-overwrite.patch
    Delete patch: perf-tests-set-evlist-of-test__basic_mmap-to-overwrite.patch
    Delete patch: perf-tests-set-evlist-of-test__sw_clock_freq-to-overwrite.patch
    Delete patch: perf-tests-set-evlist-of-test__task_exit-to-overwrite.patch
    Delete patch: perf-tools-Add-ARM-Statistical-Profiling-Extensions-.patch
    Delete patch: perf-tools-add-cpu_topology-object.patch
    Delete patch: perf-tools-add-numa_topology-object.patch
    Delete patch: perf-tools-add-perf_evsel__read_size-function.patch
    Delete patch: perf-tools-add-python-3-support.patch
    Delete patch: perf-tools-add-support-for-printing-new-mem_info-encodings.patch
    Delete patch: perf-tools-arm64-Add-libdw-DWARF-post-unwind-support.patch
    Delete patch: perf-tools-arm64-Add-support-for-get_cpuid_str-funct.patch
    Delete patch: perf-tools-fix-python-extension-build-for-gcc-8.patch
    Delete patch: perf-tools-handle-topology-headers-with-no-cpu.patch
    Delete patch: perf-tools-really-install-manpages-via-make-install-man.patch
    Delete patch: perf-tools-rename-backward-to-overwrite-in-evlist-mmap-and-record.patch
    Delete patch: perf-top-add-overwrite-fall-back.patch
    Delete patch: perf-top-allow-disabling-the-overwrite-mode.patch
    Delete patch: perf-top-check-per-event-overwrite-term.patch
    Delete patch: perf-top-check-the-latency-of-perf_top__mmap_read.patch
    Delete patch: perf-top-do-not-use-overwrite-mode-by-default.patch
    Delete patch: perf-top-fix-annoying-fallback-message-on-older-kernels.patch
    Delete patch: perf-top-fix-window-dimensions-change-handling.patch
    Delete patch: perf-top-remove-lost-events-checking.patch
    Delete patch: perf-top-switch-default-mode-to-overwrite-mode.patch
    Delete patch: perf-trace-fix-off-by-one-string-allocation-problem.patch
    Delete patch: perf-util-add-const-modifier-to-buf-in-writen-function.patch
    Delete patch: perf-vendor-events-Add-support-for-arch-standard-eve.patch
    Delete patch: perf-vendor-events-Add-support-for-pmu-events-vendor.patch
    Delete patch: perf-vendor-events-Drop-incomplete-multiple-mapfile-.patch
    Delete patch: perf-vendor-events-Drop-support-for-unused-topic-dir.patch
    Delete patch: perf-vendor-events-Fix-error-code-in-json_events.patch
    Delete patch: perf-vendor-events-Support-metric_group-and-no-event.patch
    Delete patch: perf-vendor-events-aarch64-Add-JSON-metrics-for-ARM-.patch
    Delete patch: perf-vendor-events-add-core-event-list-for-skylake-server.patch
    Delete patch: perf-vendor-events-add-goldmont-plus-v1-event-file.patch
    Delete patch: perf-vendor-events-add-skylake-server-uncore-event-list.patch
    Delete patch: perf-vendor-events-arm64-Add-ThunderX2-implementatio.patch
    Delete patch: perf-vendor-events-arm64-Add-armv8-recommended.json.patch
    Delete patch: perf-vendor-events-arm64-Enable-JSON-events-for-Thun.patch
    Delete patch: perf-vendor-events-arm64-Enable-JSON-events-for-eMAG.patch
    Delete patch: perf-vendor-events-arm64-Fixup-ThunderX2-to-use-reco.patch
    Delete patch: perf-vendor-events-arm64-Relocate-Cortex-A53-JSONs-t.patch
    Delete patch: perf-vendor-events-arm64-Relocate-ThunderX2-JSON-to-.patch
    Delete patch: perf-vendor-events-arm64-Update-ThunderX2-implementa.patch
    Delete patch: perf-vendor-events-arm64-add-HiSilicon-hip08-JSON-fi.patch
    Delete patch: perf-vendor-events-arm64-fixup-A53-to-use-recommende.patch
    Delete patch: perf-vendor-events-update-power9-events-9749adc3.patch
    Delete patch: perf-vendor-events-update-power9-events-e795dd42.patch
    Delete patch: perf-vendor-events-use-more-flexible-pattern-matching-for-cpu-identification-for-mapfile-csv.patch
    Delete patch: tools-include-Adopt-strstarts-from-the-kernel.patch
  - Merge Factory change
    Tue Oct 16 22:51:15 UTC 2018 - Tony Jones <tonyj@suse.com>
    - Update examples paths to resolve build failures.
* Tue Jul 23 2019 tonyj@suse.com
  - perf script: Fix crash printing mixed tracepoint/other events (bsc#1142104)
    New patch: perf-script-fix-crash-with-printing-mixed-trace-point-and-other-events.patch
* Thu Mar 28 2019 tonyj@suse.com
  - Correct missing static qualifier in previous backport of
    perf-mmap-be-consistent-when-checking-for-an-unmaped-ring-buffer.patch
  - Git-fixes:
    New patch: perf-python-do-not-force-closing-original-perf-descriptor-in-evlist-get_pollfd.patch
* Sat Mar 23 2019 tonyj@suse.com
  - Handle empty node 0 topology for c2c (bsc#1127191)
    New patch: perf-header-encapsulate-read-and-swap.patch
    New patch: perf-util-add-const-modifier-to-buf-in-writen-function.patch
    New patch: perf-header-fail-on-write_padded-error.patch
    New patch: perf-header-revamp-do_write.patch
    New patch: perf-header-add-struct-feat_fd-for-write.patch
    New patch: perf-header-remove-unused-cpu_nr-field-from-struct-cpu_topo.patch
    New patch: perf-header-fix-wrong-node-write-in-numa_topology-feature.patch
    New patch: perf-tools-add-cpu_topology-object.patch
    New patch: perf-tools-add-numa_topology-object.patch
    New patch: perf-c2c-fix-c2c-report-for-empty-numa-node.patch
    New patch: perf-tools-handle-topology-headers-with-no-cpu.patch
    New patch: perf-c2c-fix-spelling-mistakes-in-browser-help-text.patch
    New patch: perf-c2c-report-fix-crash-for-empty-browser.patch
* Fri Mar 22 2019 tonyj@suse.com
  - Refresh patches for previous Python3 (Thu Jan 10 23:23:28 UTC 2019)
    submission now that all patches are upstream
    Delete patch: port-netdev-times-script-to-python3.patch
    Delete patch: port-check-perf-trace-script-to-python3.patch
    Delete patch: port-event_analyzing_sample-script-to-python3.patch
    Delete patch: port-failed-syscalls-by-pid-script-to-python3.patch
    Delete patch: port-futex-contention-script-to-python3.patch
    Delete patch: port-net_dropmonitor-script-to-python3.patch
    Delete patch: port-sctop-script-to-python3.patch
    Delete patch: port-stackcollapse-script-to-python3.patch
    Delete patch: port-stat-cpi-script-to-python3.patch
    Delete patch: port-syscall-counts-by-pid-script-to-python3.patch
    Delete patch: port-python-syscall-counts-script-to-python3.patch
    Delete patch: remove-shebang-from-scripts-python.patch
    Delete patch: remove-shebang-from-tests-attr.py.patch
    Delete patch: remove-shebang-from-util-setup.py.patch
    Delete patch: update-tests-attr.py-to-support-python3.patch
    Delete patch: use-pybytes-for-attr-in-trace-event-python.patch
    New patch: perf-script-python-add-printdate-function-to-sql-exporters.patch
    New patch: perf-script-python-add-python3-support-to-export-to-postgresql-py.patch
    New patch: perf-script-python-add-python3-support-to-exported-sql-viewer-py.patch
    New patch: perf-script-python-add-python3-support-to-failed-syscalls-by-pid-py.patch
    New patch: perf-script-python-add-python3-support-to-futex-contention-py.patch  New patch: perf-script-python-add-python3-support-to-net_dropmonitor-py.patch
    New patch: perf-script-python-add-python3-support-to-netdev-times-py.patch
    New patch: perf-script-python-add-python3-support-to-sctop-py.patch
    New patch: perf-script-python-add-python3-support-to-stackcollapse-py.patch
    New patch: perf-script-python-add-python3-support-to-stat-cpi-py.patch
    New patch: perf-script-python-add-python3-support-to-syscall-counts-by-pid-py.patch
    New patch: perf-script-python-add-python3-support-to-syscall-counts-py.patch
    New patch: perf-script-python-add-python3-support-to-tests-attr-py.patch
    New patch: perf-script-python-add-trace_context-extension-module-to-sys-modules.patch
    New patch: perf-script-python-remove-explicit-shebang-from-python-scripts.patch
    New patch: perf-script-python-remove-explicit-shebang-from-setup-py.patch
    New patch: perf-script-python-remove-explicit-shebang-from-tests-attr-c.patch
    New patch: perf-script-python-remove-mixed-indentation.patch
    New patch: perf-script-python-add-python3-support-to-check-perf-trace-py.patch
    New patch: perf-script-python-add-python3-support-to-event_analyzing_sample-py.patch
    New patch: perf-script-python-use-pybytes-for-attr-in-trace-event-python.patch
* Fri Mar 22 2019 tonyj@suse.com
  - Fix crash when processing recorded stat data
    New patch: perf-script-fix-crash-when-processing-recorded-stat-data.patch
* Wed Feb 13 2019 tonyj@suse.com
  - Add POWER mem/c2c support (FATE#326866, bsc#1124370)
    New patch: perf-mem-c2c-fix-perf_mem_events-to-support-powerpc.patch
    New patch: perf-mem-allow-all-record-report-options.patch
    New patch: perf-mem-document-a-missing-option.patch
    New patch: perf-mem-document-incorrect-and-missing-options.patch
* Fri Feb 01 2019 tonyj@suse.com
  - Uprobes: Support for SDT events with reference counter
    (FATE#326782, bsc#1115391)
    New patch: perf-probe-support-sdt-markers-having-reference-counter-semaphore.patch
* Mon Jan 14 2019 tonyj@suse.com
  - Add support for VTune (FATE#326324)
    New patch:  perf-record-enable-arbitrary-event-names-thru-name-modifier.patch
    New patch:  perf-report-extend-raw-dump-d-out-with-switch-out-event-type.patch
    New patch:  perf-script-add-missing-output-fields-in-a-hint.patch
    New patch:  perf-script-add-support-to-display-sample-misc-field.patch
    New patch:  perf-script-allow-adding-and-removing-fields.patch
    New patch:  perf-script-extend-misc-field-decoding-with-switch-out-event-type.patch
    New patch:  perf-stat-enable-1ms-interval-for-printing-event-counters-values.patch
* Thu Jan 10 2019 tonyj@suse.com
  - Enable python3.  Remove all uses of python2 (bsc#1082197)
    New patch: perf-script-python-allocate-memory-only-if-handler-exists.patch
    New patch: perf-script-python-refactor-creation-of-perf-sample-dict.patch
    New patch: perf-script-python-add-sample_read-to-dict.patch
    New patch: perf-script-python-add-perf_sample-dict-to-tracepoint-handlers.patch
    New patch: perf-python-make-twatch-py-work-with-both-python2-and-python3.patch
    New patch: perf-tools-add-python-3-support.patch
    New patch: perf-tools-fix-python-extension-build-for-gcc-8.patch
    New patch: perf-scripts-python-add-python-3-support-to-util-py.patch
    New patch: perf-scripts-python-add-python-3-support-to-sched-migration-py.patch
    New patch: perf-scripts-python-add-python-3-support-to-schedgui-py.patch
    New patch: perf-scripts-python-add-python-3-support-to-eventclass-py.patch
    New patch: perf-scripts-python-add-python-3-support-to-core-py.patch
    New patch: perf-python-remove-mcet-and-fcf-protection-when-building-with-clang.patch
    New patch: perf-python-use-wno-redundant-decls-to-build-with-python-python3.patch
    New patch: perf-python-make-clang_has_option-work-on-python-3.patch
    New patch: update-tests-attr.py-to-support-python3.patch
    New patch: remove-shebang-from-util-setup.py.patch
    New patch: remove-shebang-from-tests-attr.py.patch
    New patch: remove-shebang-from-scripts-python.patch
    New patch: add-trace_context-extension-module-to-sys-modules.patch
    New patch: use-pybytes-for-attr-in-trace-event-python.patch
    New patch: port-netdev-times-script-to-python3.patch
    New patch: port-check-perf-trace-script-to-python3.patch
    New patch: port-event_analyzing_sample-script-to-python3.patch
    New patch: port-failed-syscalls-by-pid-script-to-python3.patch
    New patch: port-futex-contention-script-to-python3.patch
    New patch: port-net_dropmonitor-script-to-python3.patch
    New patch: port-sctop-script-to-python3.patch
    New patch: port-stackcollapse-script-to-python3.patch
    New patch: port-stat-cpi-script-to-python3.patch
    New patch: port-syscall-counts-by-pid-script-to-python3.patch
    New patch: port-python-syscall-counts-script-to-python3.patch
    New patch: port-sql-scripts-to-python3.patch
* Tue Nov 13 2018 tonyj@suse.com
  - Add support for ARMv8.x-A statistical profiling extension (FATE#325865)
  - Add support for ARMv8.1-PMU: ARMv8.1 PMU Extensions (FATE#325861)
    New patch: perf-arm64-Generate-system-call-table-from-asm-unist.patch
    New patch: perf-arm-spe-Fix-uninitialized-record-error-variable.patch
    New patch: perf-auxtrace-arm-Fixing-uninitialised-variable.patch
    New patch: perf-events-parse-Remove-some-needless-local-variabl.patch
    New patch: perf-events-parse-Rename-parse_events_parse-argument.patch
    New patch: perf-events-parse-Rename-parsing-state-struct-to-cle.patch
    New patch: perf-events-parse-Use-just-one-parse-events-state-st.patch
    New patch: perf-help-fix-a-bug-during-strstart-conversion.patch
    New patch: perf-list-Add-metric-groups-to-perf-list.patch
    New patch: perf-pmu-Add-check-for-valid-cpuid-in-perf_pmu__find.patch
    New patch: perf-pmu-extract-function-to-get-json-alias-map.patch
    New patch: perf-pmu-Pass-pmu-as-a-parameter-to-get_cpuid_str.patch
    New patch: perf-pmu-Unbreak-perf-record-for-arm-arm64-with-even.patch
    New patch: perf-probe-arm64-Fix-symbol-fixup-issues-due-to-ELF-.patch
    New patch: perf-stat-Factor-out-generic-metric-printing.patch
    New patch: perf-stat-Only-auto-merge-events-that-are-PMU-aliase.patch
    New patch: perf-stat-Support-JSON-metrics-in-perf-stat.patch
    New patch: perf-symbols-Fix-plt-entry-calculation-for-ARM-and-A.patch
    New patch: perf-tests-Run-dwarf-unwind-test-on-arm32.patch
    New patch: perf-tools-Add-ARM-Statistical-Profiling-Extensions-.patch
    New patch: perf-tools-arm64-Add-libdw-DWARF-post-unwind-support.patch
    New patch: perf-tools-arm64-Add-support-for-get_cpuid_str-funct.patch
    New patch: perf-vendor-events-arm64-Enable-JSON-events-for-eMAG.patch
    New patch: perf-vendor-events-arm64-Update-ThunderX2-implementa.patch
    New patch: tools-include-Adopt-strstarts-from-the-kernel.patch
  - Incorporate git-fixes for FATE#325865/FATE#325861
    New patch: perf-arm64-fix-generate-system-call-table-failed-with-tmp-mounted-with-noexec.patch
    New patch: perf-arm64-fix-include-path-for-asm-generic-unistd-h.patch missing
    New patch: perf-symbols-set-plt-entry-header-sizes-properly-on-sparc.patch missing
  - Add Hi1620 Perf hardware enablement (FATE#326417)
    New patch: perf-jevents-Make-build-fail-on-JSON-parse-error.patch
    New patch: perf-vendor-events-aarch64-Add-JSON-metrics-for-ARM-.patch
    New patch: perf-vendor-events-Add-support-for-arch-standard-eve.patch
    New patch: perf-vendor-events-Add-support-for-pmu-events-vendor.patch
    New patch: perf-vendor-events-arm64-Add-armv8-recommended.json.patch
    New patch: perf-vendor-events-arm64-add-HiSilicon-hip08-JSON-fi.patch
    New patch: perf-vendor-events-arm64-Add-ThunderX2-implementatio.patch
    New patch: perf-vendor-events-arm64-Enable-JSON-events-for-Thun.patch
    New patch: perf-vendor-events-arm64-fixup-A53-to-use-recommende.patch
    New patch: perf-vendor-events-arm64-Fixup-ThunderX2-to-use-reco.patch
    New patch: perf-vendor-events-arm64-Relocate-Cortex-A53-JSONs-t.patch
    New patch: perf-vendor-events-arm64-Relocate-ThunderX2-JSON-to-.patch
    New patch: perf-vendor-events-Drop-incomplete-multiple-mapfile-.patch
    New patch: perf-vendor-events-Drop-support-for-unused-topic-dir.patch
    New patch: perf-vendor-events-Fix-error-code-in-json_events.patch
    New patch: perf-vendor-events-Support-metric_group-and-no-event.patch
* Tue Nov 06 2018 tonyj@suse.com
  - Add warning to perf top for too slow CPUs (FATE#325579)
    New patch: perf-evlist-remove-evlist-overwrite.patch
    New patch: perf-evlist-remove-overwrite-parameter-from-perf_evlist__mmap.patch
    New patch: perf-evlist-remove-overwrite-parameter-from-perf_evlist__mmap_ex.patch
    New patch: perf-evlist-remove-stale-mmap-read-for-backward.patch
    New patch: perf-evsel-add-read_counter.patch
    New patch: perf-evsel-add-verbose-output-for-sys_perf_event_open-fallback.patch
    New patch: perf-evsel-expose-the-perf_missing_features-struct.patch
    New patch: perf-hists-browser-add-parameter-to-disable-lost-event-warning.patch
    New patch: perf-mmap-add-new-return-value-logic-for-perf_mmap__read_init.patch
    New patch: perf-mmap-adopt-push-method-from-builtin-record-c.patch
    New patch: perf-mmap-cleanup-perf_mmap__push.patch
    New patch: perf-mmap-discard-legacy-interface-for-mmap-read.patch
    New patch: perf-mmap-discard-prev-in-perf_mmap__read.patch
    New patch: perf-mmap-don-t-discard-prev-in-backward-mode.patch
    New patch: perf-mmap-fix-perf-backward-recording.patch
    New patch: perf-mmap-introduce-perf_mmap__read_done.patch
    New patch: perf-mmap-introduce-perf_mmap__read_event.patch
    New patch: perf-mmap-introduce-perf_mmap__read_init.patch
    New patch: perf-mmap-move-perf_mmap-and-methods-to-separate-mmap-files.patch
    New patch: perf-mmap-recalculate-size-for-overwrite-mode.patch
    New patch: perf-mmap-remove-overwrite-and-check_messup-from-mmap-read.patch
    New patch: perf-mmap-remove-overwrite-from-arguments-list-of-perf_mmap__push.patch
    New patch: perf-record-make-record__mmap_read-generic.patch
    New patch: perf-stat-use-group-read-for-event-groups.patch
    New patch: perf-test-update-mmap-read-functions-for-backward-ring-buffer-test.patch
    New patch: perf-tests-set-evlist-of-test__backward_ring_buffer-to-overwrite.patch
    New patch: perf-tests-set-evlist-of-test__basic_mmap-to-overwrite.patch
    New patch: perf-tests-set-evlist-of-test__sw_clock_freq-to-overwrite.patch
    New patch: perf-tests-set-evlist-of-test__task_exit-to-overwrite.patch
    New patch: perf-tools-add-perf_evsel__read_size-function.patch
    New patch: perf-tools-rename-backward-to-overwrite-in-evlist-mmap-and-record.patch
    New patch: perf-top-add-overwrite-fall-back.patch
    New patch: perf-top-check-per-event-overwrite-term.patch
    New patch: perf-top-check-the-latency-of-perf_top__mmap_read.patch
    New patch: perf-top-fix-window-dimensions-change-handling.patch
    New patch: perf-top-remove-lost-events-checking.patch
    New patch: perf-top-switch-default-mode-to-overwrite-mode.patch
    o
  - Incorporate git-fixes for FATE#325579
    New patch: perf-mmap-be-consistent-when-checking-for-an-unmaped-ring-buffer.patch
    New patch: perf-mmap-fix-accessing-unmapped-mmap-in-perf_mmap__read_done.patch
    New patch: perf-top-allow-disabling-the-overwrite-mode.patch
    New patch: perf-top-do-not-use-overwrite-mode-by-default.patch
    New patch: perf-top-fix-annoying-fallback-message-on-older-kernels.patch
    New patch: perf-evsel-only-fall-back-group-read-for-leader.patch
* Mon Aug 27 2018 tonyj@suse.com
  - libebl ppc64 dependancy was inadvertantly dropped, regression from
    "Thu Jun 15 22:27:56 - Add ppc64 requires on libebl (bsc#1040770)".
    Re-add dependancy (bsc#1106048)
* Wed Aug 01 2018 tonyj@suse.com
  - Support crystall ridge / far / near memory indication in PEBS (FATE#325127)
    New patch: perf-test-add-test-cases-for-new-data-source-encoding.patch
    New patch: perf-tools-add-support-for-printing-new-mem_info-encodings.patch
* Wed Aug 01 2018 tonyj@suse.com
  - PMU events are not listed because pvr code is missing for POWER9 (bsc#1075525 )
    New patch: perf-pmu-extract-function-to-get-json-alias-map.patch
    New patch: perf-vendor-events-use-more-flexible-pattern-matching-for-cpu-identification-for-mapfile-csv.patch
* Fri Jul 27 2018 tonyj@suse.com
  - Merge missing changes from SLE12-SP3 branch
    Thu Jan 18 01:12:14 UTC 2018 - tonyj@suse.com
    - Add necessary power pvr support (bsc#1075525)
      New patch: perf-pmu-events-support-additional-power8-pvr-in-mapfile.patch
      New patch: perf-vendor-events-add-power9-pmu-events.patch
      New patch: perf-vendor-events-add-power9-pvrs-to-mapfile.patch
      New patch: perf-vendor-events-powerpc-remove-suffix-in-mapfile.patch
      New patch: perf-vendor-events-update-power9-events-3c22ba52.patch
      New patch: perf-vendor-events-powerpc-remove-duplicate-events.patch
    Wed Dec  6 19:53:35 UTC 2017 - tonyj@suse.com
    - Add perf scripting support for ppc64le (bsc#1056756)
      New patch: perf-scripting-python-add-ppc64le-to-audit-uname
* Fri Jul 27 2018 tonyj@suse.com
  - Resequence patches into Patch-mainline order
  - Rename power event patches for consistency and to avoid exportpatch
    name clashes
    perf-vendor-events-update-power9-events.patch ->
      perf-vendor-events-update-power9-events-9749adc3.patch
    perf-vendor-events-powerpc-update-power9-events.patch ->
      perf-vendor-events-update-power9-events-e795dd42.patch
* Wed Jul 25 2018 tonyj@suse.com
  - Initial checkin for SLE12-SP4.  Rebase off SLE15.
  - Add JSON perf event lists for GLP (FATE#325092)
    new patch: perf-vendor-events-add-goldmont-plus-v1-event-file.patch
  - Support perf core/uncore event list for Skylake server (FATE#325122)
    new patch: perf-vendor-events-add-core-event-list-for-skylake-server.patch
    new patch: perf-vendor-events-add-skylake-server-uncore-event-list.patch
    new patch: perf-jevents-support-fcmask-and-portmask.patch
* Tue Jun 12 2018 tonyj@suse.com
  - perf script: Show hw-cache events (bsc#1096885)
    new patch: perf-script-show-hw-cache-events.patch
* Mon Apr 09 2018 tonyj@suse.com
  - More Power9 event updates (bsc#1056686)
    New patch: perf-vendor-events-update-power9-events.patch
* Tue Apr 03 2018 tonyj@suse.com
  - Add libpython support, regression from SLE12 (bsc#1082197)
* Fri Mar 09 2018 tonyj@suse.com
  - Fix attr.exclude_kernel setting for default cycles:p (bsc#1083691)
    Regression from commit Mon Nov 27 23:45:48 UTC 2017
    New patch: perf-evsel-fix-attr-exclude_kernel-setting-for-default-cycles-p.patch
    New patch (dependent): perf-evsel-allow-asking-for-max-precise_ip-in-new_cycles.patch
  - Git-fixes change (bsc#1070010)
    Fixes: perf-annotate-fix-storing-per-line-sym_hist_entry.patch (Mon Nov 27)
    New patch: perf-annotate-fix-storing-per-line-sym_hist_entry.patch
* Thu Feb 22 2018 tonyj@suse.com
  - perf vendor events: Use more flexible pattern matching for CPU
    identification for mapfile.csv (bsc#1081960)
    New patch: perf-pmu-extract-function-to-get-json-alias-map.patch
    New patch: perf-vendor-events-use-more-flexible-pattern-matching-for-cpu-identification-for-mapfile-csv.patch
* Thu Jan 18 2018 tonyj@suse.com
  - powerpc: fix 'Object code reading' test (bsc#1073195)
    New patch: perf-test-powerpc-fix-object-code-reading-test.patch
* Mon Nov 27 2017 tonyj@suse.com
  - Update power9 events (bsc#1069737)
    New patch: perf-vendor-events-powerpc-update-power9-events.patch
  - Memory corruption due to zero length symbols (bsc#1068222)
    New patch: perf-symbols-fix-memory-corruption-because-of-zero-length-symbols.patc
  - Incorporate fixes identified by git-fixes and their dependencies (bsc#1070010)
    New patch: perf-annotate-browser-display-titles-in-left-frame.patch
    New patch: perf-annotate-document-show-total-period-option.patch
    New patch: perf-annotate-do-not-overwrite-sample-period.patch
    New patch: perf-annotate-introduce-struct-sym_hist_entry.patch
    New patch: perf-annotate-rename-sum-to-nr_samples-in-struct-sym_hist.patch
    New patch: perf-annotate-stdio-fix-column-header-when-using-show-total-period.patch
    New patch: perf-annotate-stdio-fix-show-total-period.patch
    New patch: perf-annotate-stdio-set-enough-columns-for-show-total-period.patch
    New patch: perf-annotate-stdio-support-show-nr-samples-option.patch
    New patch: perf-annotate-store-the-sample-period-in-each-histogram-bucket.patch
    New patch: perf-annotate-tui-clarify-calculation-of-column-header-widths.patch  New patch: perf-annotate-tui-fix-column-header-when-toggling-period-percent.patch
    New patch: perf-annotate-tui-fix-show-total-period.patch
    New patch: perf-annotate-tui-set-appropriate-column-width-for-period-percent.patch
    New patch: perf-annotate-tui-use-sym_hist_entry-in-disasm_line_samples.patch
    New patch: perf-evsel-set-attr-exclude_kernel-when-probing-max-attr-precise_ip.patch
    New patch: perf-ftrace-move-setup_pager-before-opening-trace_pipe.patch
    New patch: perf-hists-pass-perf_sample-to-_symbol__inc_addr_samples.patch
    New patch: perf-jvmti-fix-linker-error-when-libelf-config-is-disabled.patch
    New patch: perf-probe-fix-kprobe-blacklist-checking-condition.patch
    New patch: perf-report-remove-unnecessary-check-in-annotate_browser_write.patch
    New patch: perf-scripts-python-fix-missing-call_path_id-in-export-to-postgresql-script.patch
    New patch: perf-test-make-list-subcommand-match-main-perf-test-numbering-matching.patch
    New patch: perf-tests-attr-fix-no-delay-test.patch
    New patch: perf-test-sdt-handle-realpath-failure.patch
    New patch: perf-tools-really-install-manpages-via-make-install-man.patch
    New patch: perf-trace-fix-off-by-one-string-allocation-problem.patch
* Fri Sep 15 2017 tonyj@suse.com
  - Fix x86 32bit build error
    New patch: perf-provide-definition-for-einval-on-32bit.patch
* Thu Sep 01 2016 tonyj@suse.com
  - Fix build error (tips.txt) on Leap42.2
  - Fix doc file attributes
* Mon Jun 06 2016 jslaby@suse.com
  - disable Werror completely. It breaks build due to shadow variables
    in external (perl) headers.
  - add %{?_smp_mflags}
* Mon Apr 04 2016 tonyj@suse.com
  - Package perf-tips as docs.
  - Include support for xz compressed images
* Mon Jan 11 2016 tonyj@suse.com
  - Support strace/data.
* Sun Oct 11 2015 dmueller@suse.com
  - enable numa support for aarch64
* Thu Jul 16 2015 antoine.belvire@laposte.net
  - Remove perf-fix-branch-stack-mode-cannot-be-set.patch (upstreamed).
* Sun Jun 28 2015 antoine.belvire@laposte.net
  - Fix build with GCC 5
    * perf-fix-branch-stack-mode-cannot-be-set.patch
* Wed May 13 2015 tonyj@suse.com
  - Fix ppc64/ppc64le breakage due to libexecdir/libdir
* Mon Mar 09 2015 dimstar@opensuse.org
  - Inject libdir=%{_libdir} into make calls.
* Thu Jan 08 2015 dimstar@opensuse.org
  - Remove build hack for kernel not building against glibc 2.20.
* Thu Nov 27 2014 dimstar@opensuse.org
  - Build hack: if util/util.h does not (yet) define _DEFAULT_SOURCE,
    we export WERROR=0, which removes -Werror from CFLAGS. Once a
    kernel lands that defines _DEFAULT_SOURCE, we fail the build in
    to remove this hack, making it a (hopefully_ short-livinging one.

Files

/etc/bash_completion.d/perf
/usr/bin/perf
/usr/bin/trace
/usr/lib/perf-core
/usr/lib/perf-core/perf-archive
/usr/lib/perf-core/perf-with-kcore
/usr/lib/perf-core/scripts
/usr/lib/perf-core/scripts/perl
/usr/lib/perf-core/scripts/perl/Perf-Trace-Util
/usr/lib/perf-core/scripts/perl/Perf-Trace-Util/lib
/usr/lib/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf
/usr/lib/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf/Trace
/usr/lib/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/Context.pm
/usr/lib/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/Core.pm
/usr/lib/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/Util.pm
/usr/lib/perf-core/scripts/perl/bin
/usr/lib/perf-core/scripts/perl/bin/check-perf-trace-record
/usr/lib/perf-core/scripts/perl/bin/failed-syscalls-record
/usr/lib/perf-core/scripts/perl/bin/failed-syscalls-report
/usr/lib/perf-core/scripts/perl/bin/rw-by-file-record
/usr/lib/perf-core/scripts/perl/bin/rw-by-file-report
/usr/lib/perf-core/scripts/perl/bin/rw-by-pid-record
/usr/lib/perf-core/scripts/perl/bin/rw-by-pid-report
/usr/lib/perf-core/scripts/perl/bin/rwtop-record
/usr/lib/perf-core/scripts/perl/bin/rwtop-report
/usr/lib/perf-core/scripts/perl/bin/wakeup-latency-record
/usr/lib/perf-core/scripts/perl/bin/wakeup-latency-report
/usr/lib/perf-core/scripts/perl/check-perf-trace.pl
/usr/lib/perf-core/scripts/perl/failed-syscalls.pl
/usr/lib/perf-core/scripts/perl/rw-by-file.pl
/usr/lib/perf-core/scripts/perl/rw-by-pid.pl
/usr/lib/perf-core/scripts/perl/rwtop.pl
/usr/lib/perf-core/scripts/perl/wakeup-latency.pl
/usr/lib/perf-core/scripts/python
/usr/lib/perf-core/scripts/python/Perf-Trace-Util
/usr/lib/perf-core/scripts/python/Perf-Trace-Util/lib
/usr/lib/perf-core/scripts/python/Perf-Trace-Util/lib/Perf
/usr/lib/perf-core/scripts/python/Perf-Trace-Util/lib/Perf/Trace
/usr/lib/perf-core/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Core.py
/usr/lib/perf-core/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py
/usr/lib/perf-core/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py
/usr/lib/perf-core/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
/usr/lib/perf-core/scripts/python/bin
/usr/lib/perf-core/scripts/python/bin/compaction-times-record
/usr/lib/perf-core/scripts/python/bin/compaction-times-report
/usr/lib/perf-core/scripts/python/bin/event_analyzing_sample-record
/usr/lib/perf-core/scripts/python/bin/event_analyzing_sample-report
/usr/lib/perf-core/scripts/python/bin/export-to-postgresql-record
/usr/lib/perf-core/scripts/python/bin/export-to-postgresql-report
/usr/lib/perf-core/scripts/python/bin/export-to-sqlite-record
/usr/lib/perf-core/scripts/python/bin/export-to-sqlite-report
/usr/lib/perf-core/scripts/python/bin/failed-syscalls-by-pid-record
/usr/lib/perf-core/scripts/python/bin/failed-syscalls-by-pid-report
/usr/lib/perf-core/scripts/python/bin/futex-contention-record
/usr/lib/perf-core/scripts/python/bin/futex-contention-report
/usr/lib/perf-core/scripts/python/bin/intel-pt-events-record
/usr/lib/perf-core/scripts/python/bin/intel-pt-events-report
/usr/lib/perf-core/scripts/python/bin/mem-phys-addr-record
/usr/lib/perf-core/scripts/python/bin/mem-phys-addr-report
/usr/lib/perf-core/scripts/python/bin/net_dropmonitor-record
/usr/lib/perf-core/scripts/python/bin/net_dropmonitor-report
/usr/lib/perf-core/scripts/python/bin/netdev-times-record
/usr/lib/perf-core/scripts/python/bin/netdev-times-report
/usr/lib/perf-core/scripts/python/bin/powerpc-hcalls-record
/usr/lib/perf-core/scripts/python/bin/powerpc-hcalls-report
/usr/lib/perf-core/scripts/python/bin/sched-migration-record
/usr/lib/perf-core/scripts/python/bin/sched-migration-report
/usr/lib/perf-core/scripts/python/bin/sctop-record
/usr/lib/perf-core/scripts/python/bin/sctop-report
/usr/lib/perf-core/scripts/python/bin/stackcollapse-record
/usr/lib/perf-core/scripts/python/bin/stackcollapse-report
/usr/lib/perf-core/scripts/python/bin/syscall-counts-by-pid-record
/usr/lib/perf-core/scripts/python/bin/syscall-counts-by-pid-report
/usr/lib/perf-core/scripts/python/bin/syscall-counts-record
/usr/lib/perf-core/scripts/python/bin/syscall-counts-report
/usr/lib/perf-core/scripts/python/check-perf-trace.py
/usr/lib/perf-core/scripts/python/compaction-times.py
/usr/lib/perf-core/scripts/python/event_analyzing_sample.py
/usr/lib/perf-core/scripts/python/export-to-postgresql.py
/usr/lib/perf-core/scripts/python/export-to-sqlite.py
/usr/lib/perf-core/scripts/python/exported-sql-viewer.py
/usr/lib/perf-core/scripts/python/failed-syscalls-by-pid.py
/usr/lib/perf-core/scripts/python/futex-contention.py
/usr/lib/perf-core/scripts/python/intel-pt-events.py
/usr/lib/perf-core/scripts/python/mem-phys-addr.py
/usr/lib/perf-core/scripts/python/net_dropmonitor.py
/usr/lib/perf-core/scripts/python/netdev-times.py
/usr/lib/perf-core/scripts/python/powerpc-hcalls.py
/usr/lib/perf-core/scripts/python/sched-migration.py
/usr/lib/perf-core/scripts/python/sctop.py
/usr/lib/perf-core/scripts/python/stackcollapse.py
/usr/lib/perf-core/scripts/python/stat-cpi.py
/usr/lib/perf-core/scripts/python/syscall-counts-by-pid.py
/usr/lib/perf-core/scripts/python/syscall-counts.py
/usr/lib/perf-core/tests
/usr/lib/perf-core/tests/attr
/usr/lib/perf-core/tests/attr.py
/usr/lib/perf-core/tests/attr/README
/usr/lib/perf-core/tests/attr/base-record
/usr/lib/perf-core/tests/attr/base-stat
/usr/lib/perf-core/tests/attr/test-record-C0
/usr/lib/perf-core/tests/attr/test-record-basic
/usr/lib/perf-core/tests/attr/test-record-branch-any
/usr/lib/perf-core/tests/attr/test-record-branch-filter-any
/usr/lib/perf-core/tests/attr/test-record-branch-filter-any_call
/usr/lib/perf-core/tests/attr/test-record-branch-filter-any_ret
/usr/lib/perf-core/tests/attr/test-record-branch-filter-hv
/usr/lib/perf-core/tests/attr/test-record-branch-filter-ind_call
/usr/lib/perf-core/tests/attr/test-record-branch-filter-k
/usr/lib/perf-core/tests/attr/test-record-branch-filter-u
/usr/lib/perf-core/tests/attr/test-record-count
/usr/lib/perf-core/tests/attr/test-record-data
/usr/lib/perf-core/tests/attr/test-record-freq
/usr/lib/perf-core/tests/attr/test-record-graph-default
/usr/lib/perf-core/tests/attr/test-record-graph-dwarf
/usr/lib/perf-core/tests/attr/test-record-graph-fp
/usr/lib/perf-core/tests/attr/test-record-group
/usr/lib/perf-core/tests/attr/test-record-group-sampling
/usr/lib/perf-core/tests/attr/test-record-group1
/usr/lib/perf-core/tests/attr/test-record-no-buffering
/usr/lib/perf-core/tests/attr/test-record-no-inherit
/usr/lib/perf-core/tests/attr/test-record-no-samples
/usr/lib/perf-core/tests/attr/test-record-period
/usr/lib/perf-core/tests/attr/test-record-raw
/usr/lib/perf-core/tests/attr/test-stat-C0
/usr/lib/perf-core/tests/attr/test-stat-basic
/usr/lib/perf-core/tests/attr/test-stat-default
/usr/lib/perf-core/tests/attr/test-stat-detailed-1
/usr/lib/perf-core/tests/attr/test-stat-detailed-2
/usr/lib/perf-core/tests/attr/test-stat-detailed-3
/usr/lib/perf-core/tests/attr/test-stat-group
/usr/lib/perf-core/tests/attr/test-stat-group1
/usr/lib/perf-core/tests/attr/test-stat-no-inherit
/usr/lib/perf-core/tests/shell
/usr/lib/perf-core/tests/shell/lib
/usr/lib/perf-core/tests/shell/lib/probe.sh
/usr/lib/perf-core/tests/shell/lib/probe_vfs_getname.sh
/usr/lib/perf-core/tests/shell/probe_vfs_getname.sh
/usr/lib/perf-core/tests/shell/record+probe_libc_inet_pton.sh
/usr/lib/perf-core/tests/shell/record+script_probe_vfs_getname.sh
/usr/lib/perf-core/tests/shell/record+zstd_comp_decomp.sh
/usr/lib/perf-core/tests/shell/trace+probe_vfs_getname.sh
/usr/lib64/libperf-gtk.so
/usr/lib64/traceevent
/usr/lib64/traceevent/plugins
/usr/lib64/traceevent/plugins/plugin_cfg80211.so
/usr/lib64/traceevent/plugins/plugin_function.so
/usr/lib64/traceevent/plugins/plugin_hrtimer.so
/usr/lib64/traceevent/plugins/plugin_jbd2.so
/usr/lib64/traceevent/plugins/plugin_kmem.so
/usr/lib64/traceevent/plugins/plugin_kvm.so
/usr/lib64/traceevent/plugins/plugin_mac80211.so
/usr/lib64/traceevent/plugins/plugin_sched_switch.so
/usr/lib64/traceevent/plugins/plugin_scsi.so
/usr/lib64/traceevent/plugins/plugin_xen.so
/usr/share/doc/packages/perf
/usr/share/doc/packages/perf/COPYING
/usr/share/doc/packages/perf/CREDITS
/usr/share/doc/packages/perf/README
/usr/share/doc/packages/perf/design.txt
/usr/share/doc/packages/perf/examples
/usr/share/doc/packages/perf/examples/bpf
/usr/share/doc/packages/perf/examples/bpf/5sec.c
/usr/share/doc/packages/perf/examples/bpf/augmented_raw_syscalls.c
/usr/share/doc/packages/perf/examples/bpf/augmented_syscalls.c
/usr/share/doc/packages/perf/examples/bpf/bpf.h
/usr/share/doc/packages/perf/examples/bpf/empty.c
/usr/share/doc/packages/perf/examples/bpf/etcsnoop.c
/usr/share/doc/packages/perf/examples/bpf/hello.c
/usr/share/doc/packages/perf/examples/bpf/linux
/usr/share/doc/packages/perf/examples/bpf/linux/socket.h
/usr/share/doc/packages/perf/examples/bpf/pid_filter.h
/usr/share/doc/packages/perf/examples/bpf/stdio.h
/usr/share/doc/packages/perf/examples/bpf/sys_enter_openat.c
/usr/share/doc/packages/perf/examples/bpf/unistd.h
/usr/share/doc/packages/perf/tips.txt
/usr/share/man/man1/perf-annotate.1.gz
/usr/share/man/man1/perf-archive.1.gz
/usr/share/man/man1/perf-bench.1.gz
/usr/share/man/man1/perf-buildid-cache.1.gz
/usr/share/man/man1/perf-buildid-list.1.gz
/usr/share/man/man1/perf-c2c.1.gz
/usr/share/man/man1/perf-config.1.gz
/usr/share/man/man1/perf-data.1.gz
/usr/share/man/man1/perf-diff.1.gz
/usr/share/man/man1/perf-evlist.1.gz
/usr/share/man/man1/perf-ftrace.1.gz
/usr/share/man/man1/perf-help.1.gz
/usr/share/man/man1/perf-inject.1.gz
/usr/share/man/man1/perf-kallsyms.1.gz
/usr/share/man/man1/perf-kmem.1.gz
/usr/share/man/man1/perf-kvm.1.gz
/usr/share/man/man1/perf-list.1.gz
/usr/share/man/man1/perf-lock.1.gz
/usr/share/man/man1/perf-mem.1.gz
/usr/share/man/man1/perf-probe.1.gz
/usr/share/man/man1/perf-record.1.gz
/usr/share/man/man1/perf-report.1.gz
/usr/share/man/man1/perf-sched.1.gz
/usr/share/man/man1/perf-script-perl.1.gz
/usr/share/man/man1/perf-script-python.1.gz
/usr/share/man/man1/perf-script.1.gz
/usr/share/man/man1/perf-stat.1.gz
/usr/share/man/man1/perf-test.1.gz
/usr/share/man/man1/perf-timechart.1.gz
/usr/share/man/man1/perf-top.1.gz
/usr/share/man/man1/perf-trace.1.gz
/usr/share/man/man1/perf-version.1.gz
/usr/share/man/man1/perf.1.gz
/usr/share/perf-core
/usr/share/perf-core/strace
/usr/share/perf-core/strace/groups
/usr/share/perf-core/strace/groups/file
/usr/share/perf-core/strace/groups/string


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:44:41 2024