messages from 2024-02-01 21:21:35 to 2024-02-07 19:04:32 UTC [more...]
[PATCHSET 00/14] perf tools: Remaining bits of data type profiling (v5)
2024-02-07 19:04 UTC (30+ messages)
` [PATCH 01/14] perf dwarf-aux: Add die_collect_vars()
` [PATCH 02/14] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 03/14] perf annotate-data: Introduce struct data_loc_info
` [PATCH 04/14] perf map: Add map__objdump_2rip()
` [PATCH 05/14] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 06/14] perf annotate-data: Maintain variable type info
` [PATCH 07/14] perf annotate-data: Add update_insn_state()
` [PATCH 08/14] perf annotate-data: Handle global variable access
` [PATCH 09/14] perf annotate-data: Handle call instructions
` [PATCH 10/14] perf annotate-data: Implement instruction tracking
` [PATCH 11/14] perf annotate: Parse x86 segment register location
` [PATCH 12/14] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 13/14] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 14/14] perf annotate-data: Add stack canary type
[PATCH] perf test: Skip metric w/o event name on arm64 in stat STD output linter
2024-02-07 18:21 UTC (2+ messages)
[PATCH v1 0/6] maps memory improvements and fixes
2024-02-07 17:49 UTC (9+ messages)
` [PATCH v1 1/6] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v1 2/6] perf maps: Get map before returning in maps__find
` [PATCH v1 3/6] perf maps: Get map before returning in maps__find_by_name
` [PATCH v1 4/6] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v1 5/6] perf maps: Hide maps internals
` [PATCH v1 6/6] perf maps: Locking tidy up of nr_maps
[PATCH v2 2/4] arch/x86/events/core: Convert sprintf/snprintf to sysfs_emit
2024-02-07 8:12 UTC (6+ messages)
` [PATCH v2 3/4] arch/x86/events/core: use scnprintf to print sub-string
` [PATCH v2 4/4] arch/x86/events/intel: Convert snprintf/sprintf to sysfs_emit
[RESEND v4] perf stat: Support per-cluster aggregation
2024-02-07 7:25 UTC (5+ messages)
[PATCH] perf stat: Enable iostat mode for HiSilicon PCIe PMU
2024-02-07 7:02 UTC (4+ messages)
[PATCH] perf record: Display data size on pipe mode
2024-02-07 4:13 UTC (3+ messages)
[PATCH] perf script: Print source line for each jump in brstackinsn
2024-02-07 1:00 UTC (2+ messages)
[PATCH v1] perf kvm powerpc: Fix build
2024-02-07 0:01 UTC (2+ messages)
[PATCH] perf/pmu-events/powerpc: Update json mapfile with Power11 PVR
2024-02-06 20:59 UTC (2+ messages)
[PATCH v1] perf list: For metricgroup only list include description
2024-02-06 19:30 UTC
[PATCH V2 0/2] perf symbols: Slightly improve module file executable section mappings
2024-02-06 13:04 UTC (3+ messages)
` [PATCH V2 1/2] perf tools: Make it possible to see perf's kernel and module memory mappings
` [PATCH V2 2/2] perf symbols: Slightly improve module file executable section mappings
[PATCH v7 0/5] perf: script: Intro capstone disasm engine to show instruction trace
2024-02-06 11:49 UTC (7+ messages)
` [PATCH v7 1/5] perf: build: introduce the libcapstone
` [PATCH v7 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v7 3/5] perf: script: add field 'disasm' to display mnemonic instructions
` [PATCH v7 4/5] perf: script: add raw|disasm arguments to --insn-trace option
` [PATCH v7 5/5] perf: script: prefer capstone to XED
[PATCH v6 0/5] perf: script: Intro capstone disasm engine to show instruction trace
2024-02-06 11:19 UTC (10+ messages)
` [PATCH v6 1/5] perf: build: introduce the libcapstone
` [PATCH v6 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v6 3/5] perf: script: add field 'disasm' to display mnemonic instructions
` [PATCH v6 4/5] perf: script: add raw|disasm arguments to --insn-trace option
` [PATCH v6 5/5] perf: script: prefer capstone to XED
[PATCH v2 0/5] perf sched: Minor optimizations for resource initialization
2024-02-06 8:32 UTC (6+ messages)
` [PATCH v2 1/5] perf sched: Move start_work_mutex and work_done_wait_mutex initialization to perf_sched__replay()
` [PATCH v2 2/5] perf sched: Fix memory leak in perf_sched__map()
` [PATCH v2 3/5] perf sched: Move curr_thread initialization to perf_sched__map()
` [PATCH v2 4/5] perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched__{lat|map|replay}()
` [PATCH v2 5/5] perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()
[PATCH 0/5] perf sched: Minor optimizations for resource initialization
2024-02-06 7:10 UTC (12+ messages)
` [PATCH 1/5] perf sched: Move start_work_mutex and work_done_wait_mutex initialization to perf_sched__replay()
` [PATCH 2/5] perf sched: Fix memory leak in perf_sched__map()
` [PATCH 3/5] perf sched: Move curr_thread initialization to perf_sched__map()
` [PATCH 4/5] perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched__{lat|map|replay}()
` [PATCH 5/5] perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()
[PATCH v2 1/3] perf stat: Pass fewer metric arguments
2024-02-06 4:31 UTC (3+ messages)
` [PATCH v2 2/3] perf metrics: Compute unmerged uncore metrics individually
` [PATCH v2 3/3] perf stat: Fix metric-only aggregation index
[PATCH v5 00/50] Improvements to memory use
2024-02-06 3:04 UTC (7+ messages)
` [PATCH v5 01/50] perf comm: Use regular mutex
[PATCH v1 1/3] perf stat: Pass fewer metric arguments
2024-02-06 2:23 UTC (7+ messages)
` [PATCH v1 2/3] perf metrics: Compute unmerged uncore metrics individually
` [PATCH v1 3/3] perf stat: Fix metric-only aggregation index
[PATCH 0/2] perf symbols: Slightly improve module file executable section mappings
2024-02-06 2:21 UTC (9+ messages)
` [PATCH 1/2] perf script: Make it possible to see perf's kernel and module memory mappings
` [PATCH 2/2] perf symbols: Slightly improve module file executable section mappings
[RFC] perf: Reconsider an error code selection in bpf_map__fprintf()
2024-02-06 2:12 UTC (3+ messages)
[PATCH 00/42] Fix coccicheck warnings
2024-02-06 2:07 UTC (2+ messages)
` (subset) "
[PATCH v5 0/5] perf: script: Intro capstone disasm engine to show instruction trace
2024-02-06 2:00 UTC (13+ messages)
` [PATCH v5 1/5] perf: build: introduce the libcapstone
` [PATCH v5 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v5 3/5] perf: script: add field 'disasm' to display mnemonic instructions
[PATCH v8 00/25] maps/threads/dsos memory improvements and fixes
2024-02-06 1:13 UTC (27+ messages)
` [PATCH v8 01/25] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v8 02/25] perf maps: Get map before returning in maps__find
` [PATCH v8 03/25] perf maps: Get map before returning in maps__find_by_name
` [PATCH v8 04/25] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v8 05/25] perf maps: Hide maps internals
` [PATCH v8 06/25] perf maps: Locking tidy up of nr_maps
` [PATCH v8 07/25] perf dso: Reorder variables to save space in struct dso
` [PATCH v8 08/25] perf report: Sort child tasks by tid
` [PATCH v8 09/25] perf trace: Ignore thread hashing in summary
` [PATCH v8 10/25] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v8 11/25] perf threads: Move threads to its own files
` [PATCH v8 12/25] perf threads: Switch from rbtree to hashmap
` [PATCH v8 13/25] perf threads: Reduce table size from 256 to 8
` [PATCH v8 14/25] perf dsos: Attempt to better abstract dsos internals
` [PATCH v8 15/25] perf dsos: Tidy reference counting and locking
` [PATCH v8 16/25] perf dsos: Add dsos__for_each_dso
` [PATCH v8 17/25] perf dso: Move dso functions out of dsos
` [PATCH v8 18/25] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v8 19/25] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v8 20/25] perf dsos: Remove __dsos__addnew
` [PATCH v8 21/25] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v8 22/25] perf dsos: Switch hand code to bsearch
` [PATCH v8 23/25] perf dso: Add reference count checking and accessor functions
` [PATCH v8 24/25] perf dso: Reference counting related fixes
` [PATCH v8 25/25] perf dso: Use container_of to avoid a pointer in dso_data
[PATCH v7 00/25] maps/threads/dsos memory improvements and fixes
2024-02-06 0:37 UTC (6+ messages)
` [PATCH v7 01/25] perf maps: Switch from rbtree to lazily sorted array for addresses
[PATCH 0/1] tools: perf: Expose sample ID / stream ID to python scripts
2024-02-06 0:19 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH 1/1] perf bpf: Clean up the generated/copied vmlinux.h
2024-02-06 0:19 UTC (3+ messages)
[PATCH v1] perf jevents: Drop or simplify small integer values
2024-02-06 0:18 UTC (2+ messages)
[PATCH v2 1/3] perf tsc: Add missing newlines to debug statements
2024-02-06 0:18 UTC (2+ messages)
[PATCH] perf/x86/uncore: avoid null-ptr-deref on error in pmu_alloc_topology
2024-02-05 15:32 UTC (4+ messages)
` "
[PATCH] perf/core: Fix small negative period being ignored
2024-02-05 14:21 UTC (4+ messages)
[PATCH] perf: make pmu_bus const
2024-02-05 10:59 UTC (3+ messages)
[PATCH v2 0/4] perf sched: Fix task state report
2024-02-04 2:03 UTC (4+ messages)
` [PATCH] perf evsel: Rename get_states() to parse_task_states() and make it public
[GIT PULL] perf tools fixes for v6.8
2024-02-03 13:15 UTC (7+ messages)
[PATCH v3 0/8] Clean up libperf cpumap's empty function
2024-02-02 23:40 UTC (9+ messages)
` [PATCH v3 1/8] libperf cpumap: Add any, empty and min helpers
` [PATCH v3 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc
` [PATCH v3 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v3 4/8] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
` [PATCH v3 5/8] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v3 6/8] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v3 7/8] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v3 8/8] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
[PATCH v2] perf Documentation: Add some more hints to tips.txt
2024-02-02 20:58 UTC (2+ messages)
[PATCH v1 1/1] perf test: Simplify metric value validation test final report
2024-02-02 20:58 UTC (2+ messages)
[PATCH] perf report: Prevent segfault with --no-parent
2024-02-02 20:57 UTC (2+ messages)
[PATCH] perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
2024-02-02 20:57 UTC (2+ messages)
[PATCH] perf header: Set proper symbol name for vdso when build-id event found
2024-02-02 11:16 UTC (4+ messages)
Document: How to Use Perf to Debug Perf
2024-02-02 2:22 UTC
[PATCH 1/7] perf testsuite: Add common regex patters
2024-02-02 0:05 UTC (4+ 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).