linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 21:32:53 to 2020-04-10 03:43:19 UTC [more...]

[PATCH v2 0/5] Benchmark and improve event synthesis performance
 2020-04-10  3:43 UTC  (14+ messages)
` [PATCH v2 1/5] perf bench: add event synthesis benchmark
` [PATCH v2 2/5] tools api fs: make xxx__mountpoint() more scalable
` [PATCH v2 3/5] perf synthetic-events: save 4kb from 2 stack frames
` [PATCH v2 4/5] tools api: add a lightweight buffered reading api
` [PATCH v2 5/5] perf synthetic events: Remove use of sscanf from /proc reading

[PATCH v3 1/2] tools api: add a lightweight buffered reading api
 2020-04-10  3:40 UTC  (2+ messages)
` [PATCH v3 2/2] perf synthetic events: Remove use of sscanf from /proc reading

[PATCH] perf script: add flamegraph.py script
 2020-04-09 17:14 UTC  (20+ messages)
      ` [PATCH] perf script: fix invalid read
      ` [PATCH] perf script report: fix segfault when using DWARF mode
  ` [PATCH] perf script flamegraph: python2 support, update cli args

[PATCH 0/6] perf/imx_ddr: Add namespace for i.MX8 DDR Perf
 2020-04-08 11:41 UTC  (6+ messages)

perf probe + uprobes missing events
 2020-04-08  3:14 UTC  (4+ messages)

[PATCH v7] perf tools: add support for libpfm4
 2020-04-07 21:07 UTC  (2+ messages)

[PATCH v8 0/7] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-04-07  7:11 UTC  (13+ messages)
` [PATCH v8 1/7] perf expr: Add expr_ prefix for parse_ctx and parse_id
` [PATCH v8 2/7] perf expr: Add expr_scanner_ctx object
` [PATCH v8 3/7] perf/tools: Refactoring metricgroup__add_metric function
` [PATCH v8 4/7] perf/tools: Enhance JSON/metric infrastructure to handle "?"
` [PATCH v8 5/7] perf/tests/expr: Added test for runtime param in metric expression
` [PATCH v8 6/7] tools/perf: Enable Hz/hz prinitg for --metric-only option
` [PATCH v8 7/7] perf/tools/pmu-events/powerpc: Add hv_24x7 socket/chip level metric events

[PATCH v5] perf tools: add support for libpfm4
 2020-04-07  6:43 UTC  (9+ messages)

[GIT PULL] perf/urgent fixes and some improvements
 2020-04-04  8:37 UTC  (10+ messages)
` [PATCH 01/31] perf callchain: Update docs regarding kernel/user space unwinding
` [PATCH 02/31] perf parse-events: Add defensive NULL check
` [PATCH 03/31] perf: Normalize gcc parameter when generating arch errno table
` [PATCH 04/31] x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode map
` [PATCH 05/31] perf test x86: Add CET instructions to the new instructions test
` [PATCH 06/31] perf script: Introduce --deltatime option
` [PATCH 07/31] perf/core: Add PERF_RECORD_CGROUP event
` [PATCH 08/31] perf/core: Add PERF_SAMPLE_CGROUP feature

[PATCH 0/5] Benchmark and improve event synthesis performance
 2020-04-02 13:41 UTC  (10+ messages)
` [PATCH 1/5] perf bench: add event synthesis benchmark
` [PATCH 2/5] tools api fs: make xxx__mountpoint() more scalable
` [PATCH 3/5] perf synthetic-events: save 4kb from 2 stack frames
` [PATCH 4/5] tools api: add a lightweight buffered reading api
` [PATCH 5/5] perf synthetic events: Remove use of sscanf from /proc reading

[PATCH] perf report: Fix arm64 gap between kernel start and module end
 2020-04-02 13:41 UTC  (6+ messages)
    ` [PATCH 0/1] perf tools: fix compilation on Arm
      ` [PATCH 1/1] "
  ` Re:Re: [PATCH] perf report: Fix arm64 gap between kernel start and module end

[PATCH 1/1 FYI] tools arch x86: Sync the msr-index.h copy with the kernel sources
 2020-04-01 15:33 UTC 

[PATCH v7 0/6] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-03-30 19:36 UTC  (11+ messages)
` [PATCH v7 1/6] perf expr: Add expr_ prefix for parse_ctx and parse_id
` [PATCH v7 2/6] perf expr: Add expr_scanner_ctx object
` [PATCH v7 3/6] perf/tools: Refactoring metricgroup__add_metric function
` [PATCH v7 4/6] perf/tools: Enhance JSON/metric infrastructure to handle "?"
` [PATCH v7 5/6] tools/perf: Enable Hz/hz prinitg for --metric-only option
` [PATCH v7 6/6] perf/tools/pmu-events/powerpc: Add hv_24x7 socket/chip level metric events

[PATCH] perf tools: update docs regarding kernel/user space unwinding
 2020-03-27 20:33 UTC  (7+ messages)

[PATCH v6 00/11] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-03-27 10:00 UTC  (15+ messages)
` [PATCH v6 01/11] perf expr: Add expr_ prefix for parse_ctx and parse_id
` [PATCH v6 02/11] perf expr: Add expr_scanner_ctx object
` [PATCH v6 03/11] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH v6 04/11] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
` [PATCH v6 05/11] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show "
` [PATCH v6 06/11] Documentation/ABI: Add ABI documentation for chips and sockets
` [PATCH v6 07/11] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration
` [PATCH v6 08/11] perf/tools: Refactoring metricgroup__add_metric function
` [PATCH v6 09/11] perf/tools: Enhance JSON/metric infrastructure to handle "?"
` [PATCH v6 10/11] tools/perf: Enable Hz/hz prinitg for --metric-only option
` [PATCH v6 11/11] perf/tools/pmu-events/powerpc: Add hv_24x7 socket/chip level metric events

[PATCH v7 0/5] powerpc/hv-24x7: Expose chip/sockets info to add json file metric support for the hv_24x7 socket/chip level events
 2020-03-27  6:36 UTC  (6+ messages)
` [PATCH v7 1/5] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH v7 2/5] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
` [PATCH v7 3/5] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show "
` [PATCH v7 4/5] Documentation/ABI: Add ABI documentation for chips and sockets
` [PATCH v7 5/5] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration

[GIT PULL] perf/core improvements and fixes
 2020-03-25 12:41 UTC  (25+ messages)
` [PATCH 01/24] perf parse-events: Fix 3 use after frees found with clang ASAN
` [PATCH 02/24] perf symbols: Consolidate symbol fixup issue
` [PATCH 03/24] perf report: Print al_addr when symbol is not found
` [PATCH 04/24] perf report: Support interactive annotation of code without symbols
` [PATCH 05/24] perf report/top TUI: Support hotkey 'a' for annotation of unresolved addresses
` [PATCH 06/24] perf report: Allow specifying event to be used as sort key in --group output
` [PATCH 07/24] perf report: Support a new key to reload the browser
` [PATCH 08/24] perf report/top TUI: Support hotkeys to let user select any event for sorting
` [PATCH 09/24] perf stat: Align the output for interval aggregation mode
` [PATCH 10/24] perf metricgroup: Fix printing event names of metric group with multiple events incase of overlapping events
` [PATCH 11/24] perf vendor events amd: Restrict model detection for zen1 based processors
` [PATCH 12/24] perf vendor events amd: Add Zen2 events
` [PATCH 13/24] perf vendor events amd: Update Zen1 events to V2
` [PATCH 14/24] tools headers uapi: Update linux/in.h copy
` [PATCH 15/24] perf tools: Unify a bit the build directory output
` [PATCH 16/24] perf jevents: Add some test events
` [PATCH 17/24] perf jevents: Support test events folder
` [PATCH 18/24] perf pmu: Refactor pmu_add_cpu_aliases()
` [PATCH 19/24] perf test: Add pmu-events test
` [PATCH 20/24] perf pmu: Add is_pmu_core()
` [PATCH 21/24] perf pmu: Make pmu_uncore_alias_match() public
` [PATCH 22/24] perf test: Test pmu-events aliases
` [PATCH 23/24] perf cpumap: Fix snprintf overflow check
` [PATCH 24/24] perf dso: Fix dso comparison

[PATCHSET 00/10] perf: Improve cgroup profiling (v5)
 2020-03-25 12:17 UTC  (7+ messages)

[PATCH v4] tools/perf/metricgroup: Fix printing event names of metric group with multiple events incase of overlapping events
 2020-03-24  8:00 UTC  (8+ messages)
          ` [RFC] Issue in final aggregate value, in case of multiple events present in metric expression

[PATCH v4] perf tools: add support for libpfm4
 2020-03-24  0:01 UTC  (2+ messages)

[PATCH v6] tools/perf/metricgroup: Fix printing event names of metric group with multiple events incase of overlapping events
 2020-03-20  6:44 UTC  (3+ messages)

[GIT PULL] perf/core improvements and fixes
 2020-03-19 14:07 UTC  (10+ messages)
` [PATCH 17/23] perf intel-pt: Update intel-pt.txt file with new location of the documentation
` [PATCH 18/23] perf scripting perl: Add common_callchain to fix argument order
` [PATCH 19/23] perf record: Fix binding of AIO user space buffers to nodes
` [PATCH 20/23] perf test: Print if shell directory isn't present
` [PATCH 21/23] perf tools: Give synthetic mmap events an inode generation
` [PATCH 22/23] perf report: Fix no branch type statistics report issue
` [PATCH 23/23] perf expr: Fix copy/paste mistake

[GIT PULL] perf/urgent fixes
 2020-03-19 14:00 UTC  (2+ messages)

[PATCH v3] perf tools: add support for libpfm4
 2020-03-19  4:15 UTC  (2+ messages)

[PATCH v6 0/3] perf vendor events amd: latest PMU events for zen1/zen2
 2020-03-18 20:04 UTC  (5+ messages)
` [PATCH v6 1/3] perf vendor events amd: restrict model detection for zen1 based processors
` [PATCH v6 2/3] perf vendor events amd: add Zen2 events
` [PATCH v6 3/3] perf vendor events amd: update Zen1 events to V2

[PATCH v5 0/3]
 2020-03-18 19:07 UTC  (6+ messages)
` [PATCH v5 2/3] perf vendor events amd: add Zen2 events

[PATCH v5 00/11] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-03-18 12:45 UTC  (13+ messages)
` [PATCH v5 08/11] perf/tools: Refactoring metricgroup__add_metric function
` [PATCH v5 09/11] perf/tools: Enhance JSON/metric infrastructure to handle "?"


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