linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-05 06:17:18 to 2022-01-21 06:55:03 UTC [more...]

[PATCH] perf script: Fix printing 'phys_addr' failure issue
 2022-01-21  6:59 UTC 

[PATCH bpf-next v4 2/2] perf: stop using deprecated bpf_object__next() API
 2022-01-20 22:58 UTC  (5+ messages)
  ` [PATCH bpf-next v4 1/2] perf: stop using deprecated bpf_load_program() API
` [PATCH bpf-next v4 0/2] perf: stop using deprecated bpf APIs

[PATCH v2 1/2] perf vendor events: For the Arm Neoverse N2
 2022-01-20 16:22 UTC  (19+ messages)
` [RFC PATCH 0/1] topdown with metrics
  ` [RFC PATCH 1/1] perf arm64: Implement --topdown "
                ` [RFC PATCH v2 0/5] topdown "
                  ` [RFC PATCH v2 1/5] perf stat: Implement --topdown "
                  ` [RFC PATCH v2 2/5] perf stat: Topdown kernel events setup function
                  ` [RFC PATCH v2 3/5] perf stat: Topdown json metrics "
                  ` [RFC PATCH v2 4/5] perf stat: Detect if topdown kernel events supported
                  ` [RFC PATCH v2 5/5] perf stat: Ensure only topdown kernel events used on x86

[PATCH 1/1 FYI] tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscall
 2022-01-20 14:31 UTC 

[PATCH bpf-next v3 1/2] perf: stop using deprecated bpf_prog_load() API
 2022-01-19 21:25 UTC 

[PATCH 12/12] perf test: Add docs for coresight and related tests
 2022-01-19 16:43 UTC 

[PATCH 1/1] perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename)
 2022-01-19 16:29 UTC  (2+ messages)

[bug report] irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support
 2022-01-19 13:37 UTC 

[PATCH bpf-next 0/2] perf: stop using deprecated bpf APIs
 2022-01-18 23:05 UTC  (16+ messages)
` [PATCH bpf-next 2/2] perf: stop using deprecated bpf__object_next() API

[PATCH v2] perf record/arm-spe: Override attr->sample_period for non-libpfm4 events
 2022-01-18 14:40 UTC 

[PATCH] perf test: Test 73 Sig_trap fails on s390
 2022-01-18 12:43 UTC  (8+ messages)

[PATCH] perf record/arm-spe: Override attr->sample_period for non-libpfm4 events
 2022-01-18 12:32 UTC  (6+ messages)

[PATCH] perf metric: Fix metric_leader
 2022-01-17 18:04 UTC  (3+ messages)

[PATCH] perf cpumap: remove duplicate include in cpumap.h
 2022-01-17 16:31 UTC  (2+ messages)

[PATCH 0/3] perf: Support event alias in form foo-bar-baz
 2022-01-17 16:21 UTC  (5+ messages)
` [PATCH 1/3] perf parse-events: "
` [PATCH 2/3] perf test: Add pmu-events test for aliases with hyphens
` [PATCH 3/3] perf test: Add parse-events "

[PATCH 0/4] perf tools: Remove needless affinity setup/cleanup for pid targets
 2022-01-17 16:15 UTC  (6+ messages)
` [PATCH 1/4] perf affinity: Allow passing a NULL arg to affinity__cleanup()
` [PATCH 2/4] perf stat: No need to setup affinities when starting a workload
` [PATCH 3/4] perf evlist: No need to setup affinities when enabling events for pid targets
` [PATCH 4/4] perf evlist: No need to setup affinities when disabling "

[GIT PULL] perf tools changes for v5.17: 1st batch
 2022-01-16 14:07 UTC 

[RFC] perf record: Disable debuginfod by default
 2022-01-15 20:22 UTC  (3+ messages)

[PATCH] perf util: Fix use after free in metric__new
 2022-01-14 15:00 UTC  (6+ messages)

[PATCH] tools/perf: Fix perf test 7 Simple expression parser on s390
 2022-01-14 14:51 UTC  (3+ messages)

[PATCH v8] libperf: Add arm64 support to perf_mmap__read_self()
 2022-01-14 14:49 UTC  (4+ messages)

[PATCH 1/1 FYI] tools arch x86: Sync the msr-index.h copy with the kernel sources
 2022-01-14 14:35 UTC  (4+ messages)

[PATCH] libperf tests: Update a use of the new cpumap api
 2022-01-14 14:34 UTC  (2+ messages)

[PATCH] perf arm: Fix off-by-one directory path
 2022-01-14 14:32 UTC  (3+ messages)

[PATCH v2 0/6] coresight: Add config flag to enable branch broadcast
 2022-01-13  9:10 UTC  (7+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] coresight: Fail to open with return stacks if they are unavailable
` [PATCH v2 3/6] perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcast
` [PATCH v2 4/6] Documentation: coresight: Turn numbered subsections into real subsections
` [PATCH v2 5/6] Documentation: coresight: Link config options to existing documentation
` [PATCH v2 6/6] Documentation: coresight: Expand branch broadcast documentation

[PATCH 1/3] coresight: Add config flag to enable branch broadcast
 2022-01-13  9:09 UTC  (14+ messages)
` [PATCH 2/3] coresight: Fail to open with return stacks if they are unavailable
` [PATCH 3/3] perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcast

[PATCH v3 1/2] perf test: Workload test of metric and metricgroups
 2022-01-12 18:00 UTC  (7+ messages)

[RFC PATCH] perf pmu-events: Don't lower case MetricExpr
 2022-01-12 17:58 UTC  (6+ messages)

[PATCH] tools/perf: remove redundant err variable
 2022-01-12  8:01 UTC 

[RFC PATCH 0/1] perf tools: Add 'm' event modifier for counting
 2022-01-12  7:05 UTC  (8+ messages)
` [RFC PATCH 1/1] perf tools: Add 'm' event modifier for counting machine

[PATCH v4 00/48] Refactor perf cpumap
 2022-01-12  5:35 UTC  (48+ messages)
` [PATCH v4 01/48] libperf: Add comments to perf_cpu_map
` [PATCH v4 02/48] perf stat: Add aggr creators that are passed a cpu
` [PATCH v4 03/48] perf stat: Correct aggregation CPU map
` [PATCH v4 04/48] perf stat: Switch aggregation to use for_each loop
` [PATCH v4 05/48] perf stat: Switch to cpu version of cpu_map__get
` [PATCH v4 17/48] perf cpumap: Remove cpu_map__cpu, use libperf function
` [PATCH v4 26/48] perf evsel: Derive CPUs and threads in alloc_counts
` [PATCH v4 44/48] perf bpf: Rename cpu to cpu_map_idx
` [PATCH v4 45/48] perf c2c: Use more intention revealing iterator
` [PATCH v4 46/48] perf script: Fix flipped index and cpu
` [PATCH v4 47/48] perf stat: Correct first_shadow_cpu to return index
` [PATCH v4 48/48] perf cpumap: Give CPUs their own type

[PATCH v3 00/48] Refactor perf cpumap
 2022-01-11 15:12 UTC  (10+ messages)
` [PATCH v3 06/48] perf cpumap: Switch cpu_map__build_map to cpu function

[PATCH] perf tui: avoid crash when annotating recursive functions
 2022-01-10 18:51 UTC  (2+ messages)

Getting the latest and greatest Linux perf features on every Debian kernel
 2022-01-10 18:44 UTC  (6+ messages)

[PATCH v5 0/6] perf tools/arm64: Fix missing leaf-function callers in ARM64 when using "--call-graph=fp"
 2022-01-10 10:48 UTC  (4+ messages)
` [PATCH v5 6/6] perf arm64: inject missing frames if perf-record used "--call-graph=fp"

[PATCH bpf-next v2 0/5] libbpf 1.0: deprecate bpf_map__def() API
 2022-01-10  2:10 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] samples/bpf: stop using "
` [PATCH bpf-next v2 2/5] bpftool: "
` [PATCH bpf-next v2 3/5] perf: "
` [PATCH bpf-next v2 4/5] selftests/bpf: "
` [PATCH bpf-next v2 5/5] libbpf: deprecate "

[PATCH] arch/alpha/kernel: remove redundant err variable
 2022-01-10  1:29 UTC 

[GIT PULL] perf tools fixes for v5.16: 6th batch
 2022-01-09 19:25 UTC  (2+ messages)

[PATCH] perf trace: Move SIGCHLD handler init to trace__run
 2022-01-07 18:57 UTC  (2+ messages)

[PATCH v3] perf util: Fix use after free in metric__new
 2022-01-07 18:21 UTC 

[PATCH v1] perf synthetic-events: Return error if procfs isn't mounted for PID namespaces
 2022-01-07 14:27 UTC  (2+ messages)

[PATCH v13 0/5] arm64 userspace counter support
 2022-01-07 10:22 UTC  (6+ messages)
` [PATCH v13 3/5] arm64: perf: Add userspace counter access disable switch

[PATCH bpf-next v2 1/2] perf: stop using deprecated bpf_prog_load() API
 2022-01-07  3:21 UTC  (2+ messages)
  ` [PATCH bpf-next v2 2/2] perf: stop using deprecated bpf__object_next() API

[PATCH 00/20] perf: fix several memory leaks reported by ASan on perf-test
 2022-01-06 20:34 UTC  (7+ messages)
` [PATCH 01/20] perf nsinfo: fix refcounting

[PATCH bpf-next 0/5] libbpf 1.0: deprecate bpf_map__def() API
 2022-01-06 20:24 UTC  (8+ messages)
` [PATCH bpf-next 1/5] samples/bpf: stop using "
` [PATCH bpf-next 2/5] bpftool: "
` [PATCH bpf-next 3/5] perf: "
` [PATCH bpf-next 4/5] selftests/bpf: "
` [PATCH bpf-next 5/5] libbpf: deprecate "

[PATCH] perf build: Lower the priority of tools/lib includes
 2022-01-06 20:24 UTC  (4+ messages)

[PATCH V2 1/2] tools/perf: Include global and local variants for p_stage_cyc sort key
 2022-01-06 20:22 UTC  (5+ messages)

[PATCH v3 1/4] perf: Enable libtracefs dynamic linking
 2022-01-06  7:01 UTC  (7+ messages)
` [PATCH v3 4/4] libtraceevent: Increase libtraceevent logging when verbose
    ` [was: libtraceevent: Increase libtraceevent logging when verbose]

[PATCH] powerpc/perf: fix ppc64 perf probe add events failed
 2022-01-06  1:56 UTC  (4+ messages)


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