linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-02 14:37:53 to 2017-07-24 14:36:02 UTC [more...]

[PATCH 1/2] perf report fix module symbol adjustment for s390x
 2017-07-24 14:35 UTC  (2+ messages)
` [PATCH 2/2] perf record: wrong size in perf_record_mmap for last kernel module

[PATCH] perf report: fix kernel symbol adjustment for s390x
 2017-07-21 16:27 UTC  (2+ messages)

perf record: wrong size in perf_record_mmap for last kernel module
 2017-07-20 11:12 UTC 

[GIT PULL 00/86] perf/core improvements and fixes
 2017-07-20  8:32 UTC  (88+ messages)
` [PATCH 01/86] perf annotate: Check for fused instructions
` [PATCH 02/86] perf annotate: Implement visual marker for macro fusion
` [PATCH 03/86] perf trace: Remove F_ from some of the fcntl command strings
` [PATCH 04/86] perf trace: Beautify linux specific fcntl commands
` [PATCH 05/86] tools: Update include/uapi/linux/fcntl.h copy from the kernel
` [PATCH 06/86] perf trace beauty: Export the strarrays scnprintf method
` [PATCH 07/86] perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace'
` [PATCH 08/86] perf trace beauty: Mask ignored fcntl 'arg' parameter
` [PATCH 09/86] perf trace beauty: Allow accessing syscall args values in a syscall arg formatter
` [PATCH 10/86] perf trace beauty: Export the "int" and "hex" syscall arg formatters
` [PATCH 11/86] perf trace beauty: Introduce syscall arg beautifier for long integers
` [PATCH 12/86] tools include uapi asm-generic: Grab a copy of fcntl.h
` [PATCH 13/86] perf trace beauty fcntl: Basic 'arg' beautifier
` [PATCH 14/86] perf trace: Beautify new write hint fcntl commands
` [PATCH 15/86] perf beauty open: Detach the syscall_arg agnostic bits from the flags formatter
` [PATCH 16/86] perf trace: Allow syscall_arg beautifiers to set a different return formatter
` [PATCH 17/86] perf trace beauty open flags: Support O_TMPFILE and O_NOFOLLOW
` [PATCH 18/86] perf trace beauty open flags: Do not depend on the system's O_LARGEFILE define
` [PATCH 19/86] perf trace beauty fcntl: Beautify F_GETFL return value
` [PATCH 20/86] perf trace beauty open flags: Move RDRW to the start of the output
` [PATCH 21/86] perf trace beauty fcntl flags: Beautify F_SETFL arg
` [PATCH 22/86] perf trace beauty fcntl: Beautify F_[GS]ETFD arg/return value
` [PATCH 23/86] perf trace beauty: Give syscall return beautifier more context
` [PATCH 24/86] perf trace beauty: Export the fd beautifier for use in more places
` [PATCH 25/86] perf trace beauty fcntl: Augment the return of F_DUPFD(_CLOEXEC)
` [PATCH 26/86] perf trace beauty: Export the pid beautifier for use in more places
` [PATCH 27/86] perf trace beauty fcntl: Beautify F_GETOWN and F_SETOWN
` [PATCH 28/86] perf pmu-events: Support additional POWER8+ PVR in mapfile
` [PATCH 29/86] perf vendor events: Add POWER9 PMU events
` [PATCH 30/86] perf vendor events: Add POWER9 PVRs to mapfile
` [PATCH 31/86] tools include uapi x86: Grab a copy of unistd.h
` [PATCH 32/86] tools include uapi x86: Add __NR_setns, if missing
` [PATCH 33/86] tools build: Add test for setns()
` [PATCH 34/86] perf symbols: Find symbols in different mount namespace
` [PATCH 35/86] perf maps: Lookup maps in both intitial mountns and inner mountns
` [PATCH 36/86] perf probe: Allow placing uprobes in alternate namespaces
` [PATCH 37/86] perf buildid-cache: Support binary objects from other namespaces
` [PATCH 38/86] perf buildid-cache: Cache debuginfo
` [PATCH 39/86] perf evsel: Allow asking for max precise_ip in new_cycles()
` [PATCH 40/86] perf evlist: Allow asking for max precise_ip in add_default()
` [PATCH 41/86] perf record: Do not ask for precise_ip with --no-samples
` [PATCH 42/86] perf test sdt: Handle realpath() failure
` [PATCH 43/86] perf tests attr: Do not store failed events
` [PATCH 44/86] perf tests attr: Add test_attr__ready function
` [PATCH 45/86] perf tests attr: Make compare_data global
` [PATCH 46/86] perf tests attr: Rename compare_data to data_equal
` [PATCH 47/86] perf tests attr: Add 1s for exclude_kernel and task base bits
` [PATCH 48/86] perf tests attr: Fix record dwarf test
` [PATCH 49/86] perf tests attr: Fix no-delay test
` [PATCH 50/86] perf tests attr: Add proper return values
` [PATCH 51/86] perf tests attr: Fix cpu test disabled term setup
` [PATCH 52/86] perf tests attr: Fix sample_period setup
` [PATCH 53/86] perf tests attr: Fix precise_ip setup
` [PATCH 54/86] perf tests attr: Fix stat sample_type setup
` [PATCH 55/86] perf tests attr: Add optional term
` [PATCH 56/86] perf trace beauty: Export strarray for use in per-object beautifiers
` [PATCH 57/86] perf trace beauty fcntl: Beautify F_GETLEASE and F_SETLEASE arg/return
` [PATCH 58/86] perf trace: Group per syscall arg formatter info into one struct
` [PATCH 59/86] perf trace: Allow syscall arg formatters to request non suppression of zeros
` [PATCH 60/86] perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFD
` [PATCH 61/86] perf trace beauty fcntl: Beautify the 'arg' for DUPFD
` [PATCH 62/86] perf trace beauty: Simplify syscall return formatting
` [PATCH 63/86] perf report: Enable finding kernel inline functions
` [PATCH 64/86] perf header: Encapsulate read and swap
` [PATCH 65/86] perf header: Add PROCESS_STR_FUN macro
` [PATCH 66/86] perf header: Fail on write_padded error
` [PATCH 67/86] perf util: Add const modifier to buf in "writen" function
` [PATCH 68/86] perf header: Revamp do_write()
` [PATCH 69/86] perf header: Add struct feat_fd for write
` [PATCH 70/86] perf header: Use struct feat_fd for print
` [PATCH 71/86] perf header: Use struct feat_fd to process header records
` [PATCH 72/86] perf header: Don't pass struct perf_file_section to process_##_feat
` [PATCH 73/86] perf header: Use struct feat_fd in read header records
` [PATCH 74/86] perf header: Make write_pmu_mappings pipe-mode friendly
` [PATCH 75/86] perf header: Add a buffer to struct feat_fd
` [PATCH 76/86] perf header: Change FEAT_OP* macros
` [PATCH 77/86] perf tool: Add show_feature_header to perf_tool
` [PATCH 78/86] perf tools: Add feature header record to pipe-mode
` [PATCH 79/86] perf header: Add event desc to pipe-mode header
` [PATCH 80/86] perf/core: Define the common branch type classification
` [PATCH 81/86] perf/x86/intel: Record branch type
` [PATCH 82/86] perf record: Create a new option save_type in --branch-filter
` [PATCH 83/86] perf report: Refactor the branch info printing code
` [PATCH 84/86] perf util: Create branch.c/.h for common branch functions
` [PATCH 85/86] perf report: Show branch type statistics for stdio mode
` [PATCH 86/86] perf report: Show branch type in callchain entry

[GIT PULL 00/86] perf/core improvements and fixes
 2017-07-19 13:56 UTC  (10+ messages)
` [PATCH 01/86] perf annotate: Check for fused instructions
` [PATCH 02/86] perf annotate: Implement visual marker for macro fusion
` [PATCH 03/86] perf trace: Remove F_ from some of the fcntl command strings
` [PATCH 04/86] perf trace: Beautify linux specific fcntl commands
` [PATCH 05/86] tools: Update include/uapi/linux/fcntl.h copy from the kernel
` [PATCH 06/86] perf trace beauty: Export the strarrays scnprintf method
` [PATCH 07/86] perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace'
` [PATCH 08/86] perf trace beauty: Mask ignored fcntl 'arg' parameter
` [PATCH 09/86] perf trace beauty: Allow accessing syscall args values in a syscall arg formatter

perf report does not resolve symbols on s390x
 2017-07-13 12:02 UTC  (14+ messages)

QEMU-KVM metrics collection | Calculation of instructions performed from perf events
 2017-07-10  9:31 UTC  (3+ messages)

hotspot v1.0.0 available - a GUI for Linux perf
 2017-07-07 14:30 UTC  (2+ messages)

[PATCH] perf report: fix off-by-one for non-activation frames
 2017-07-04  7:59 UTC  (10+ messages)
`  "

perf and containers
 2017-06-30 17:13 UTC  (5+ messages)

"perf record --pid <pid>" not able to colect data on processes quickly spawning and destroying threads
 2017-06-30  2:14 UTC  (2+ messages)

kallsyms in buildid - broken mapping?
 2017-06-27 22:00 UTC  (3+ messages)

perf tool: perf mem not working on s390x
 2017-06-23 18:33 UTC  (2+ messages)

[PATCH] perf probe: Fix probe definition for inlined functions
 2017-06-22 16:16 UTC  (3+ messages)

[PATCH V3 20/37] perf script: Add 'synth' event type for synthesized events
 2017-06-22 14:59 UTC  (5+ messages)

[PATCH v2] RFC perf test 14 add platform dependency
 2017-06-20 14:48 UTC  (9+ messages)

perf test LLVM failure
 2017-06-19 11:59 UTC  (6+ messages)

deducing CPU clock rate over time from cycle samples
 2017-06-18 19:53 UTC  (3+ messages)

[PATCH 1/2] perf report: ensure the perf DSO mapping matches what libdw sees
 2017-06-16 17:36 UTC  (13+ messages)
` [PATCH 2/2] perf report: report module before querying isactivation in dwfl unwind

[PATCH] perf: correct precise_ip level for s390
 2017-06-08 14:40 UTC  (4+ messages)

[PATCH] perf, tools, script: Allow adding and removing fields
 2017-06-08 14:34 UTC 

[PATCH 0/3] perf fix test case 14
 2017-06-07 14:36 UTC  (6+ messages)
` [PATCH 1/3] perf: fix incorrect sample_type value for perf stat tests
` [PATCH 2/3] perf: fix exit code check in test case execution
` [PATCH 3/3] perf: fix perf test case 14

[PATCH 0/7] generate full callchain cursor entries for inlined frames
 2017-06-06 19:52 UTC  (7+ messages)
` [PATCH 6/7] perf report: mark inlined frames in output by " (inlined)" suffix

[PATCH] perf: fix perf test case 14 result reporting
 2017-06-06  5:02 UTC  (6+ messages)

[PATCH] perf report: include partial stacks unwound with libdw
 2017-06-02 14:59 UTC  (2+ 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).