messages from 2023-10-30 18:59:18 to 2023-11-08 20:10:22 UTC [more...]
[PATCH v2] perf test: Simplify object code reading test
2023-11-08 20:10 UTC (3+ messages)
[PATCH 0/3] Fix for shellcheck issues with latest scripts in tests/shell
2023-11-08 20:04 UTC (7+ messages)
` [PATCH 1/3] perf tests test_arm_coresight: Fix the shellcheck warning in latest test_arm_coresight.sh
[RFC 00/48] perf tools: Introduce data type profiling (v1)
2023-11-08 17:12 UTC (28+ 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 06/48] perf dwarf-aux: Add die_get_scopes() helper
` [PATCH 07/48] perf dwarf-aux: Add die_find_variable_by_reg() helper
` [PATCH 08/48] perf dwarf-aux: Factor out __die_get_typename()
` [PATCH 09/48] perf dwarf-regs: Add get_dwarf_regnum()
` [PATCH 28/48] perf dwarf-aux: Add die_find_variable_by_addr()
` [PATCH 31/48] perf dwarf-aux: Add die_get_cfa()
` [PATCH 33/48] perf dwarf-aux: Check allowed DWARF Ops
` [PATCH 34/48] perf dwarf-aux: Add die_collect_vars()
` [PATCH 35/48] perf dwarf-aux: Handle type transfer for memory access
[PATCH v4 00/53] Improvements to memory use
2023-11-08 16:14 UTC (68+ 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
Broken stack traces with --call-graph=fp and a multi-threaded app due to page faults?
2023-11-08 10:46 UTC
[PATCH] perf/x86: Don't enforce minimum period for KVM guest-only events
2023-11-07 23:47 UTC (4+ messages)
[PATCH V2] perf test: Basic branch counter support
2023-11-07 18:40 UTC
[PATCH] perf test: Basic branch counter support
2023-11-07 18:36 UTC (3+ messages)
[PATCH 1/2] perf tool AMD: Use non-precise cycles as default event on certain Zen2 processors
2023-11-07 18:22 UTC (3+ messages)
` [PATCH 2/2] perf header: Additional note on AMD IBS for max_precise pmu cap
[PATCH v1 0/2] perf cs-etm: Add support for itrace option 'T'
2023-11-07 14:18 UTC (9+ messages)
` [PATCH v1 1/2] perf auxtrace: Add 'T' itrace option for timestamp trace
[PATCH] perf test: Add option to change objdump binary
2023-11-07 9:37 UTC (3+ messages)
[PATCH V3] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
2023-11-07 6:40 UTC (3+ messages)
[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
2023-11-07 6:10 UTC (5+ messages)
` [PATCH v3 2/5] perf build: Generate arm64's sysreg-defs.h and add to include path
[PATCH v6 0/4] Introduce perf check subcommand
2023-11-07 3:42 UTC (2+ messages)
[PATCH AUTOSEL 4.19 1/5] perf/core: Bail out early if the request AUX area is out of bound
2023-11-06 23:17 UTC
[PATCH AUTOSEL 5.4 1/5] perf/core: Bail out early if the request AUX area is out of bound
2023-11-06 23:16 UTC
[PATCH AUTOSEL 5.10 1/5] perf/core: Bail out early if the request AUX area is out of bound
2023-11-06 23:16 UTC
[PATCH AUTOSEL 5.15 1/6] perf/core: Bail out early if the request AUX area is out of bound
2023-11-06 23:16 UTC
[PATCH AUTOSEL 6.1 01/11] perf/core: Bail out early if the request AUX area is out of bound
2023-11-06 23:15 UTC
[PATCH AUTOSEL 6.5 01/13] perf/core: Bail out early if the request AUX area is out of bound
2023-11-06 23:14 UTC
[PATCH AUTOSEL 6.6 01/13] perf/core: Bail out early if the request AUX area is out of bound
2023-11-06 23:14 UTC
[PATCHSET 0/5] perf annotate: Reduce memory footprint (v2)
2023-11-06 22:23 UTC (9+ 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][next] perf: fix spelling mistake "parametrized" -> "parameterized"
2023-11-06 21:35 UTC (4+ messages)
[PATCH v2 PING] perf test: Adjust test case perf record offcpu profiling tests for s390
2023-11-06 15:21 UTC (2+ messages)
[PATCH v2 0/2] perf test: Add option to change objdump binary
2023-11-06 15:10 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] perf test: Add support for setting objdump binary via perf config
[PATCH] perf pmu: add loaded_json_aliases firstly for perf_pmu__num_events()
2023-11-06 5:56 UTC (5+ messages)
` [EXT] "
[PATCH] perf tools: Add -H short option for --hierarchy
2023-11-06 4:43 UTC (4+ messages)
[bug] nsinfo__mountns_enter failure can cause perf to operate on wrong file
2023-11-06 4:32 UTC (2+ messages)
[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
[GIT PULL] perf tools changes for v6.7
2023-11-03 19:53 UTC (2+ messages)
[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 v2] perf vendor events riscv: add StarFive Dubhe-80 JSON file
2023-11-03 15:45 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 (2+ messages)
[PATCH v2 0/2] Fixes for s3 with parallel bootup
2023-10-31 23:20 UTC (5+ messages)
` [PATCH v2 1/2] x86: Enable x2apic during resume from suspend if used previously
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).