linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-26 08:52:20 to 2023-11-05 09:07:38 UTC [more...]

[RFC 00/48] perf tools: Introduce data type profiling (v1)
 2023-11-05  9:07 UTC  (14+ messages)
` [PATCH 04/48] perf dwarf-aux: Fix die_get_typename() for void *
` [PATCH 05/48] perf dwarf-aux: Move #ifdef code to the header file
` [PATCH 08/48] perf dwarf-aux: Factor out __die_get_typename()
` [PATCH 09/48] perf dwarf-regs: Add get_dwarf_regnum()
` [PATCH 13/48] perf annotate: Add annotate_get_insn_location()

[PATCH v3] perf test: Add support for testing gecko script
 2023-11-04 18:28 UTC 

[PATCH 3/3] perf/x86/amd:Convert snprintf() to sysfs_emit()
 2023-11-03 23:57 UTC 

[PATCH 1/3] perf tool x86: Remove unnecessary conversion to bool
 2023-11-03 23:50 UTC 

[PATCH v2] perf test: Simplify object code reading test
 2023-11-03 19:55 UTC 

[GIT PULL] perf tools changes for v6.7
 2023-11-03 19:53 UTC  (2+ messages)

[PATCHSET 0/5] perf annotate: Reduce memory footprint (v2)
 2023-11-03 19:19 UTC  (6+ messages)
` [PATCH 1/5] perf annotate: Split struct cycles_info
` [PATCH 2/5] perf annotate: Split struct annotated_branch
` [PATCH 3/5] perf annotate: Move max_coverage to annotated_branch
` [PATCH 4/5] perf annotate: Move some fields to annotated_source
` [PATCH 5/5] perf annotate: Move offsets "

[PATCHSET 0/5] perf annotate: Reduce memory footprint (v1)
 2023-11-03 18:58 UTC  (15+ messages)
` [PATCH 1/5] perf annotate: Split struct cycles_info
` [PATCH 2/5] perf annotate: Split struct annotated_branch
` [PATCH 3/5] perf annotate: Move max_coverage to annotated_branch
` [PATCH 4/5] perf annotate: Move some fields to annotated_source
` [PATCH 5/5] perf annotate: Move offsets "

[PATCH v4 00/53] Improvements to memory use
 2023-11-03 15:48 UTC  (56+ messages)
` [PATCH v4 01/53] perf comm: Use regular mutex
` [PATCH v4 02/53] perf record: Lazy load kernel symbols
` [PATCH v4 03/53] libperf: Lazily allocate mmap event copy
` [PATCH v4 04/53] perf mmap: Lazily initialize zstd streams
` [PATCH v4 05/53] perf machine thread: Remove exited threads by default
` [PATCH v4 06/53] tools api fs: Switch filename__read_str to use io.h
` [PATCH v4 07/53] tools api fs: Avoid reading whole file for a 1 byte bool
` [PATCH v4 08/53] tools lib api: Add io_dir an allocation free readdir alternative
` [PATCH v4 09/53] perf maps: Switch modules tree walk to io_dir__readdir
` [PATCH v4 10/53] perf record: Be lazier in allocating lost samples buffer
` [PATCH v4 11/53] perf pmu: Switch to io_dir__readdir
` [PATCH v4 12/53] perf bpf: Don't synthesize BPF events when disabled
` [PATCH v4 13/53] perf header: Switch mem topology to io_dir__readdir
` [PATCH v4 14/53] perf events: Remove scandir in thread synthesis
` [PATCH v4 15/53] perf map: Simplify map_ip/unmap_ip and make map size smaller
` [PATCH v4 16/53] perf maps: Move symbol maps functions to maps.c
` [PATCH v4 17/53] perf thread: Add missing RC_CHK_EQUAL
` [PATCH v4 18/53] perf maps: Add maps__for_each_map to call a function on each entry
` [PATCH v4 19/53] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v4 20/53] perf debug: Expose debug file
` [PATCH v4 21/53] perf maps: Refactor maps__fixup_overlappings
` [PATCH v4 22/53] perf maps: Do simple merge if given map doesn't overlap
` [PATCH v4 23/53] perf maps: Rename clone to copy from
` [PATCH v4 24/53] perf maps: Add maps__load_first
` [PATCH v4 25/53] perf maps: Add find next entry to give entry after the given map
` [PATCH v4 26/53] perf maps: Reduce scope of map_rb_node and maps internals
` [PATCH v4 27/53] perf maps: Fix up overlaps during fixup_end
` [PATCH v4 28/53] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v4 29/53] perf maps: Get map before returning in maps__find
` [PATCH v4 30/53] perf maps: Get map before returning in maps__find_by_name
` [PATCH v4 31/53] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v4 32/53] perf maps: Hide maps internals
` [PATCH v4 33/53] perf maps: Locking tidy up of nr_maps
` [PATCH v4 34/53] perf dso: Reorder variables to save space in struct dso
` [PATCH v4 35/53] perf report: Sort child tasks by tid
` [PATCH v4 36/53] perf trace: Ignore thread hashing in summary
` [PATCH v4 37/53] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v4 38/53] perf threads: Move threads to its own files
` [PATCH v4 39/53] perf threads: Switch from rbtree to hashmap
` [PATCH v4 40/53] perf threads: Reduce table size from 256 to 8
` [PATCH v4 41/53] perf dsos: Attempt to better abstract dsos internals
` [PATCH v4 42/53] perf dsos: Tidy reference counting and locking
` [PATCH v4 43/53] perf dsos: Add dsos__for_each_dso
` [PATCH v4 44/53] perf dso: Move dso functions out of dsos
` [PATCH v4 45/53] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v4 46/53] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v4 47/53] perf dsos: Remove __dsos__addnew
` [PATCH v4 48/53] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v4 49/53] perf dsos: Switch hand code to bsearch
` [PATCH v4 50/53] perf dso: Add reference count checking and accessor functions
` [PATCH v4 51/53] perf dso: Reference counting related fixes
` [PATCH v4 52/53] perf dso: Use container_of to avoid a pointer in dso_data
` [PATCH v4 53/53] perf env: Avoid recursively taking env->bpf_progs.lock

[PATCH v2] perf vendor events riscv: add StarFive Dubhe-80 JSON file
 2023-11-03 15:45 UTC  (2+ messages)

[PATCH] perf test: Add option to change objdump binary
 2023-11-03 15:41 UTC  (2+ messages)

[PATCH v2] perf debug: List available options when no variable is specified
 2023-11-03 15:29 UTC  (2+ messages)

[PATCH] perf test: Simplify object code reading test
 2023-11-03  9:59 UTC  (3+ messages)

[PATCH] perf test: Remove atomics from test_loop to avoid test failures
 2023-11-03  9:14 UTC  (2+ messages)

[PATCH] perf vendor events riscv: add StarFive Dubhe-80 JSON file
 2023-11-03  5:15 UTC  (3+ messages)

[PATCH] tools/perf: Fix man page formatting for perf lock
 2023-11-02 23:45 UTC  (2+ messages)

[PATCH 0/2] Perf lock improvements
 2023-11-02  6:00 UTC  (8+ messages)
` [PATCH 1/2] perf lock report: Restore aggregation by caller by default
` [PATCH 2/2] perf lock info: Enforce exactly one of --map and --thread

[PATCH] perf debug: List available options when no variable is specified
 2023-11-01  6:35 UTC  (3+ messages)

[PATCH 1/2] perf build: Add loading python binding check to python.so build
 2023-11-01  4:51 UTC  (3+ messages)
` [PATCH 2/2] perf tools: Add the python_ext_build directory to .gitignore

[PATCH v2 0/2] Fixes for s3 with parallel bootup
 2023-10-31 23:20 UTC  (11+ messages)
` [PATCH v2 1/2] x86: Enable x2apic during resume from suspend if used previously
` [PATCH v2 2/2] perf/x86/amd: Stop calling amd_pmu_cpu_reset() from amd_pmu_cpu_dead()

[PATCH] perf tools: Add --debug-file option to redirect debug output
 2023-10-31 15:45 UTC  (2+ messages)

[syzbot] [perf?] general protection fault in inherit_task_group
 2023-10-31 12:16 UTC  (2+ messages)

[PATCH v1] perf evlist: Avoid frequency mode for the dummy event
 2023-10-31  5:47 UTC  (4+ messages)

[GIT PULL] perf events changes for v6.7
 2023-10-31  2:12 UTC  (2+ messages)

[bug] nsinfo__mountns_enter failure can cause perf to operate on wrong file
 2023-10-30 19:40 UTC  (2+ messages)

[PATCH v2 1/3] perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metric
 2023-10-30 19:00 UTC  (7+ messages)

[PATCH v1 1/9] perf vendor events intel: Update alderlake/alderlake events to v1.23
 2023-10-30 19:00 UTC  (3+ messages)

[PATCH] perf tests: test_arm_coresight: Simplify source iteration
 2023-10-30 18:59 UTC  (2+ messages)

[PATCH][next] perf report: Fix spelling mistake "heirachy" -> "hierarchy"
 2023-10-30 18:59 UTC  (2+ messages)

[PATCH][next] perf callchain: Fix spelling mistake "statisitcs" -> "statistics"
 2023-10-30 18:59 UTC  (2+ messages)

[PATCH] perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofile
 2023-10-30 18:59 UTC  (8+ messages)
    ` [PATCH 1/1] perf python: Fix binding linkage due to rename and move of evsel__increase_rlimit()

[PATCH 1/1] perf build: Disable BPF skeletons if clang version is < 12.0.1
 2023-10-30 18:59 UTC  (3+ messages)

[RFC PATCH v2 00/17] Perf stat metric grouping with hardware information
 2023-10-30 18:30 UTC  (7+ messages)
` [RFC PATCH v2 02/17] perf stat: Add basic functions for the hardware-grouping stat cmd option
` [RFC PATCH v2 07/17] perf stat: Add functions to set counter bitmaps for hardware-grouping method

[PATCH] perf tests:FIx spelling mistake "whic" to "which"
 2023-10-30 16:30 UTC  (2+ messages)

[PATCH v2] perf test: Adjust test case perf record offcpu profiling tests for s390
 2023-10-30 15:01 UTC 

s390x stack unwinding with perf?
 2023-10-30 13:19 UTC  (8+ messages)

[PATCH] perf test: Adjust test case perf record offcpu profiling tests for s390
 2023-10-30 12:28 UTC 

[PATCH] perf pmu: add loaded_json_aliases firstly for perf_pmu__num_events()
 2023-10-30 10:39 UTC  (4+ messages)
    ` [EXT] "

[PATCH v3 RESEND 00/13] Support Andes PMU extension
 2023-10-30  7:12 UTC  (14+ messages)
` [RFC PATCH v3 RESEND 02/13] irqchip/riscv-intc: Allow large non-standard hwirq number
` [RFC PATCH v3 RESEND 03/13] irqchip/riscv-intc: Introduce Andes IRQ chip
` [PATCH v3 RESEND 04/13] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v3 RESEND 10/13] dt-bindings: riscv: Add Andes PMU extension description

[GIT PULL] perf events fix
 2023-10-28 18:17 UTC  (2+ messages)

[bug] nsinfo__mountns_enter failure can cause perf to operate on wrong file
 2023-10-27 15:58 UTC 

[bug] nsinfo__mountns_enter failure can cause perf to operate on wrong file
 2023-10-27 15:27 UTC 

[PATCH] perf python: Add missing util/rlimit.c file to the python binding linkage list
 2023-10-27 13:39 UTC  (2+ messages)

[PATCH v2] perf vendor events riscv: add StarFive Dubhe-90 JSON file
 2023-10-27  7:39 UTC 

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-27  0:59 UTC  (4+ messages)
` [PATCH v3 3/5] KVM: selftests: Generate sysreg-defs.h and add to include path

[PATCH 0/5] perf intel-pt: Use of get_unaligned_le16() etc
 2023-10-26 20:08 UTC  (6+ messages)
` [PATCH 1/5] perf tools: Add get_unaligned_leNN()

[PATCH] perf tools: Add -H short option for --hierarchy
 2023-10-26 20:02 UTC  (4+ messages)

[PATCH v4] perf bench sched pipe: Add -G/--cgroups option
 2023-10-26 17:11 UTC  (2+ messages)

[PATCH v3 1/3] perf lock contention: Clear lock addr after use
 2023-10-26 17:11 UTC  (2+ messages)

[PATCH] perf report: Fix hierarchy mode on pipe input
 2023-10-26 17:11 UTC  (2+ messages)

[PATCH] perf test: Skip CoreSight tests if cs_etm// event is not available
 2023-10-26 17:11 UTC  (2+ messages)

[PATCH v3 00/50] Improvements to memory use
 2023-10-26 17:11 UTC  (2+ messages)
` (subset) "


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