linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-12 04:13:30 to 2018-01-28 05:32:08 UTC [more...]

[RFC PATCH] perf cgroup: simplify arguments if track multiple events for a cgroup
 2018-01-28  5:31 UTC 

perf probe and bitfields
 2018-01-27  5:04 UTC  (4+ messages)

[PATCH v3 0/2] perf stat: Add interval-count and time support
 2018-01-26  9:06 UTC  (3+ messages)
` [PATCH v3 1/2] perf stat: Add support to print counts for fixed times
` [PATCH v3 2/2] perf stat: Add support to print counts after a period of time

[PATCH v2 0/2] perf stat: Add interval-count and time support
 2018-01-26  7:51 UTC  (5+ messages)
` [PATCH v2 1/2] perf stat: Add support to print counts for fixed times
` [PATCH v2 2/2] perf stat: Add support to print counts after a period of time

[PATCH RESEND] perf/core: Fix installing cgroup event into cpu
 2018-01-26  2:02 UTC  (4+ messages)

[PATCH] perf cgroup: fix cgroup for multiple events
 2018-01-26  0:10 UTC  (2+ messages)

[PATCH v2 0/5] perf trace: Introduce arch-specific errno code/name mappings
 2018-01-25  9:28 UTC  (10+ messages)
` [PATCH v2 1/5] tools include arch: Grab a copy of errno.h for arch's supported by perf
` [PATCH v2 2/5] tools include asm-generic: Grab errno.h and errno-base.h
` [PATCH v2 3/5] perf util: Introduce architecture specific errno/name mapping
` [PATCH v2 4/5] perf trace: Obtain errno values by using arch_syscalls__strerrno()
` [PATCH v2 5/5] perf trace: Remove audit-libs dependency if syscall tables are present

[PATCH] perf: add Python 3 support
 2018-01-24 13:57 UTC  (3+ messages)

[GIT PULL 00/43] perf/core improvements and changes
 2018-01-24 11:15 UTC  (45+ messages)
` [PATCH 01/43] perf intel-pt/bts: Do not swap when synthesizing samples
` [PATCH 02/43] perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__synthesize_sample()
` [PATCH 03/43] perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample()
` [PATCH 04/43] perf tools: Use ui__error() for reporting --fields errors
` [PATCH 05/43] perf bpf: Don't warn about unavailability of builtin clang, just fallback
` [PATCH 06/43] perf tools: Move conditional O_CLOEXEC to util.h
` [PATCH 07/43] perf symbols: Using O_CLOEXEC in do_open
` [PATCH 08/43] perf report: Fix regression when decoding intel_pt traces
` [PATCH 09/43] perf build: Display EXTRA features for VF=1 build
` [PATCH 10/43] tools include arch: Grab a copy of errno.h for arch's supported by perf
` [PATCH 11/43] tools include asm-generic: Grab errno.h and errno-base.h
` [PATCH 12/43] perf util: Introduce architecture specific errno/name mapping
` [PATCH 13/43] perf trace: Obtain errno strings by using arch_syscalls__strerrno()
` [PATCH 14/43] perf trace: Remove audit-libs dependency if syscall tables are present
` [PATCH 15/43] perf vendor events intel: Update Broadwell events to V22
` [PATCH 16/43] perf vendor events intel: Update BroadwellX events to V13
` [PATCH 17/43] perf vendor events intel: Update Goldmont events to V12
` [PATCH 18/43] perf vendor events intel: Update Haswell events to V27
` [PATCH 19/43] perf vendor events intel: Update HaswellX events to V19
` [PATCH 20/43] perf vendor events intel: Update IvyBridge events to V20
` [PATCH 21/43] perf vendor events intel: Update IvyTown "
` [PATCH 22/43] perf vendor events intel: Update Silvermont events to V14
` [PATCH 23/43] perf vendor events intel: Update Skylake events to V36
` [PATCH 24/43] perf vendor events intel: Update SkylakeX events to V1.06
` [PATCH 25/43] perf vendor events intel: Update BroadwellDE events to V7
` [PATCH 26/43] perf vendor events intel: Update IvyBridge files to V20
` [PATCH 27/43] perf vendor events intel: Update IvyTown "
` [PATCH 28/43] perf tools: Integrating the CoreSight decoding library
` [PATCH 29/43] perf tools: Add initial entry point for decoder CoreSight traces
` [PATCH 30/43] perf tools: Add processing of coresight metadata
` [PATCH 31/43] perf tools: Add decoder mechanic to support dumping trace data
` [PATCH 32/43] perf tools: Add support for decoding CoreSight "
` [PATCH 33/43] perf tools: Add functionality to communicate with the openCSD decoder
` [PATCH 34/43] pert tools: Add queue management functionality
` [PATCH 35/43] perf tools: Add full support for CoreSight trace decoding
` [PATCH 36/43] perf tools: Add mechanic to synthesise CoreSight trace packets
` [PATCH 37/43] MAINTAINERS: Adding entry for CoreSight trace decoding
` [PATCH 38/43] perf bpf: Remove misplaced __maybe_unused attribute
` [PATCH 39/43] perf trace: Add --print-sample
` [PATCH 40/43] perf trace: Do not print from time delta for interrupted syscall lines
` [PATCH 41/43] perf trace beauty futex: Beautify FUTEX_BITSET_MATCH_ANY
` [PATCH 42/43] perf evlist: Remove fcntl.h from evlist.h
` [PATCH 43/43] perf trace beauty flock: Move to separate object file

[PATCH v3] perf/core: Fix installing cgroup event into cpu
 2018-01-24 10:50 UTC 

[PATCH v2] perf/core: Fix installing cgroup event into cpu
 2018-01-24  9:59 UTC  (7+ messages)

perf stat: Add support to print counts for fixed times
 2018-01-24  7:48 UTC  (2+ messages)

[PATCH 0/1] perf stat: Add support to print counts for fixed times
 2018-01-24  7:39 UTC  (4+ messages)
` [PATCH 1/1] "

[PULL] Please pull Intel JSON file updates
 2018-01-18 23:45 UTC  (2+ messages)

Question perf annotate: how to free allocated memory of arch->instructions
 2018-01-18 16:23 UTC  (2+ messages)

[PATCH 0/5] perf trace: Introduce arch-specific errno code/name mappings
 2018-01-18 14:11 UTC  (13+ messages)
` [PATCH 1/5] tools include arch: Grab a copy of errno.h for arch's supported by perf
` [PATCH 2/5] tools include asm-generic: Grab errno.h and errno-base.h
` [PATCH 3/5] perf util: Introduce architecture specific errno/name mapping
` [PATCH 4/5] perf trace: Obtain errno values by using arch_errno_to_name()
` [PATCH 5/5] perf trace: Remove audit-libs dependency if syscall tables are present

Slow tcp_write_xmit/tcp_ack syscalls with a lot of save_stack calls on OpenVZ kernel
 2018-01-18  8:28 UTC 

[PATCH] perf/core: Fix installing cgroup event into cpu
 2018-01-18  1:57 UTC  (2+ messages)

[GIT PULL 00/32] perf/core improvements and fixes
 2018-01-17 16:22 UTC  (34+ messages)
` [PATCH 01/32] perf evsel: Fix incorrect handling of type _TERM_DRV_CFG
` [PATCH 02/32] perf evlist: Remove trailing semicolon
` [PATCH 03/32] perf script python: Add script to profile and resolve physical mem type
` [PATCH 04/32] perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitely
` [PATCH 05/32] perf tools: Fix copyfile_offset update of output offset
` [PATCH 06/32] perf evsel: Check if callchain is enabled before setting it up
` [PATCH 07/32] perf trace: Fix setting of --call-graph/--max-stack for non-syscall events
` [PATCH 08/32] tools lib traceevent: Fix bad force_token escape sequence
` [PATCH 09/32] tools lib traceevent: Show value of flags that have not been parsed
` [PATCH 10/32] tools lib traceevent: Print value of unknown symbolic fields
` [PATCH 11/32] tools lib traceevent: Simplify pointer print logic and fix %pF
` [PATCH 12/32] tools lib traceevent: Handle new pointer processing of bprint strings
` [PATCH 13/32] tools lib traceevent: Show contents (in hex) of data of unrecognized type records
` [PATCH 14/32] tools lib traceevent: Use asprintf when possible
` [PATCH 15/32] tools lib traceevent: Add UL suffix to MISSING_EVENTS
` [PATCH 16/32] tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_trivial()
` [PATCH 17/32] tools lib traceevent: Fix get_field_str() for dynamic strings
` [PATCH 18/32] perf tools: Add ARM Statistical Profiling Extensions (SPE) support
` [PATCH 19/32] perf callchain: Fix attr.sample_max_stack setting
` [PATCH 20/32] perf unwind: Do not look just at the global callchain_param.record_mode
` [PATCH 21/32] perf trace: Setup DWARF callchains for non-syscall events when --max-stack is used
` [PATCH 22/32] perf trace: Allow overriding global --max-stack per event
` [PATCH 23/32] perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwinding
` [PATCH 24/32] perf report: Improve error msg when no first/last sample time found
` [PATCH 25/32] perf script: "
` [PATCH 26/32] perf util: Improve error checking for time percent input
` [PATCH 27/32] perf util: Support no index time percent slice
` [PATCH 28/32] perf report: Add an indication of what time slices are used
` [PATCH 29/32] perf util: Allocate time slices buffer according to number of comma
` [PATCH 30/32] perf report: Remove the time slices number limitation
` [PATCH 31/32] perf script: "
` [PATCH 32/32] perf record: Fix failed memory allocation for get_cpuid_str

[PATCH] perf record: Fix failed memory allocation for get_cpuid_str
 2018-01-17 13:31 UTC  (2+ messages)

[PATCH] perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
 2018-01-17  8:38 UTC 

[RFC 0/5] per-event settings fixes
 2018-01-17  8:23 UTC  (19+ messages)
` [PATCH 1/5] perf callchain: Fix attr.sample_max_stack setting
` [PATCH 2/5] perf unwind: Do not look at globals
` [PATCH 3/5] perf trace: Setup DWARF callchains for non-syscall events when --max-stack is used
` [PATCH 4/5] perf trace: Allow overriding global --max-stack per event
` [PATCH 5/5] perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwinding

[PATCH v3 0/3] tracing: Fix the parser when processing strings w/ or w/o terminated '\0'
 2018-01-17  5:47 UTC  (9+ messages)
` [PATCH v3 1/3] tracing: detect the string termination character when parsing user input string
` [PATCH v3 2/3] tracing: clear parser->idx if parser gets nothing
` [PATCH v3 3/3] tracing: make sure the parsed string always terminates with '\0'

[PATCH v2 0/3] tracing: Fix the parser when processing strings w/ or w/o terminated '\0'
 2018-01-16  2:41 UTC  (6+ messages)
` [PATCH v2 1/3] tracing: detect the string termination character when parsing user input string
` [PATCH v2 2/3] tracing: clear parser->idx if parser gets nothing
` [PATCH v2 3/3] tracing: make sure the parsed string always terminates with '\0'

non matching read_format: perf script fails when combining sampling group with trace event
 2018-01-15 16:33 UTC 

[PATCH v2] perf trace: Fix missing handling of --call-graph dwarf
 2018-01-15 15:02 UTC  (13+ messages)

[PATCH 0/3] tracing: Fix the parser when processing strings w/ or w/o terminated '\0'
 2018-01-15 10:49 UTC  (13+ messages)
` [PATCH 2/3] tracing: make sure the parsed string always terminates with '\0'
` [PATCH 3/3] tracing: don't set parser->cont if it has reached the end of input buffer

Perf stat: add the date for each measurement
 2018-01-12 16:48 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).