linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-01 21:36:27 to 2018-08-27 10:37:15 UTC [more...]

[PATCH] Properly interpret indirect call in perf annotate
 2018-08-27 10:37 UTC  (5+ messages)

[PATCH v2 0/2]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-08-27 10:25 UTC  (15+ messages)
` [PATCH v2 1/2]: perf util: map data buffer for preserving collected data
` [PATCH v2 2/2]: perf record: enable asynchronous trace writing

[PATCH v1 0/2]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-08-27  9:20 UTC  (5+ messages)
` [PATCH v1 1/2]: perf util: map data buffer for preserving collected data
` [PATCH v1 2/2]: perf record: enable asynchronous trace writing

[PATCH] perf annotate: fix parsing aarch64 branch instructions after objdump update
 2018-08-24 21:45 UTC  (3+ messages)

[PATCH] perf vendor events arm64: Add to core JSON events for eMAG
 2018-08-23 20:22 UTC 

[PATCH] AMD perf PMU events for AMD Family 17h
 2018-08-23 19:40 UTC  (5+ messages)

[PATCH v1 0/2]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-08-23 16:09 UTC  (5+ messages)
` [PATCH v1 1/2]: perf util: map data buffer for preserving collected data
` [PATCH v1 2/2]: perf record: enable asynchronous trace writing

[GIT PULL 00/21] perf/core improvements and fixes
 2018-08-23  8:31 UTC  (23+ messages)
` [PATCH 01/21] perf tools: Disable parallelism for 'make clean'
` [PATCH 02/21] perf parser: Improve error message for PMU address filters
` [PATCH 03/21] perf llvm: Allow passing options to llc in addition to clang
` [PATCH 04/21] tools lib traceevent: Change to SPDX License format
` [PATCH 05/21] perf tools: Get rid of dso__needs_decompress() call in read_object_code()
` [PATCH 06/21] perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()
` [PATCH 07/21] perf tools: Get rid of dso__needs_decompress() call in __open_dso()
` [PATCH 08/21] perf tools: Make decompress_to_file() function static
` [PATCH 09/21] perf tools: Make is_supported_compression() static
` [PATCH 10/21] perf tools: Add compression id into 'struct kmod_path'
` [PATCH 11/21] perf tools: Store compression id into struct dso
` [PATCH 12/21] perf tools: Use compression id in decompress_kmodule()
` [PATCH 13/21] perf tools: Move the temp file processing into decompress_kmodule
` [PATCH 14/21] perf tools: Add is_compressed callback to compressions array
` [PATCH 15/21] perf tools: Add lzma_is_compressed function
` [PATCH 16/21] perf tools: Add gzip_is_compressed function
` [PATCH 17/21] perf tools: Remove ext from struct kmod_path
` [PATCH 18/21] perf mmap: Store real cpu number in 'struct perf_mmap'
` [PATCH 19/21] perf python: Fix pyrf_evlist__read_on_cpu() interface
` [PATCH 20/21] tools arch x86: Update tools's copy of cpufeatures.h
` [PATCH 21/21] tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'

[BUGFIX PATCH] tracing/kprobes: Fix to check notrace function with correct range
 2018-08-23  1:39 UTC  (5+ messages)

Ping [PATCH v3] perf report: Create auxiliary trace data files for s390
 2018-08-22 13:14 UTC  (2+ messages)

[GIT PULL 00/35] perf/core improvements and fixes
 2018-08-18 11:17 UTC  (38+ messages)
` [PATCH 01/35] perf probe powerpc: Fix trace event post-processing
` [PATCH 02/35] tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle
` [PATCH 03/35] tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record'
` [PATCH 04/35] tools lib traceevent, perf tools: Rename pevent plugin related APIs
` [PATCH 05/35] tools lib traceevent, perf tools: Rename pevent alloc / free APIs
` [PATCH 06/35] tools lib traceevent, perf tools: Rename pevent find APIs
` [PATCH 07/35] tools lib traceevent, perf tools: Rename pevent parse APIs
` [PATCH 08/35] tools lib traceevent, perf tools: Rename pevent print APIs
` [PATCH 09/35] tools lib traceevent, perf tools: Rename pevent_read_number_* APIs
` [PATCH 10/35] tools lib traceevent, perf tools: Rename pevent_register_* APIs
` [PATCH 11/35] tools lib traceevent, perf tools: Rename pevent_set_* APIs
` [PATCH 12/35] tools lib traceevent, perf tools: Rename traceevent_* APIs
` [PATCH 13/35] tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'
` [PATCH 14/35] tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno'
` [PATCH 15/35] tools lib traceevent: Rename pevent_function* APIs
` [PATCH 16/35] tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs
` [PATCH 17/35] tools lib traceevent: Rename pevent_filter* APIs
` [PATCH 18/35] tools lib traceevent: Rename pevent_register / unregister APIs
` [PATCH 19/35] tools lib traceevent: Rename pevent_data_ APIs
` [PATCH 20/35] tools lib traceevent: Rename pevent field APIs
` [PATCH 21/35] tools lib traceevent: Rename pevent_find_* APIs
` [PATCH 22/35] tools lib traceevent: Rename various pevent get/set/is APIs
` [PATCH 23/35] tools lib traceevent: Rename internal parser related APIs
` [PATCH 24/35] tools lib traceevent: Rename various pevent APIs
` [PATCH 25/35] tools lib traceevent: Rename static variables and functions in event-parse.c
` [PATCH 26/35] perf tools: Check for null when copying nsinfo
` [PATCH 27/35] perf tools: Fix check-headers.sh AND list path of execution
` [PATCH 28/35] perf tools: Make check-headers.sh check based on kernel dir
` [PATCH 29/35] perf tools: Move syscall_64.tbl check into check-headers.sh
` [PATCH 30/35] perf arm spe: Fix uninitialized record error variable
` [PATCH 31/35] perf python: Remove -mcet and -fcf-protection when building with clang
` [PATCH 32/35] perf auxtrace: Fix queue resize
` [PATCH 33/35] kallsyms: Simplify update_iter_mod()
` [PATCH 34/35] kallsyms, x86: Export addresses of PTI entry trampolines
` [PATCH 35/35] x86: Add entry trampolines to kcore

[PATCH V2] perf parser: Improve error message for PMU address filters
 2018-08-15 19:39 UTC  (3+ messages)

[PATCH 0/3] perf report: Add s390 auxiliary trace support
 2018-08-10  5:41 UTC  (17+ messages)
` [PATCH 1/3] perf auxtrace: Support for perf report -D for s390
` [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace
` [PATCH 3/3] perf report: Add GUI "

[GIT PULL 00/44] perf/core improvements and fixes
 2018-08-09 15:35 UTC  (47+ messages)
` [PATCH 01/44] perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat'
` [PATCH 02/44] perf trace: Use beautifiers on syscalls:sys_enter_ handlers
` [PATCH 03/44] perf trace: Rename some syscall_tp methods to raw_syscall
` [PATCH 04/44] perf trace: Allow setting up a syscall_tp struct without a format_field
` [PATCH 05/44] perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME events
` [PATCH 06/44] perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscalls:* events
` [PATCH 07/44] perf auxtrace: Support for perf report -D for s390
` [PATCH 08/44] perf report: Add raw report support for s390 auxiliary trace
` [PATCH 09/44] perf report: Add GUI "
` [PATCH 10/44] perf vendor events arm64: Enable JSON events for eMAG
` [PATCH 11/44] perf tools: Drop unneeded bitmap_zero() calls
` [PATCH 12/44] perf bpf: Add 'syscall_enter' probe helper for syscall enter tracepoints
` [PATCH 13/44] perf annotate: Make symbol__annotate_fprintf2() local
` [PATCH 14/44] perf annotate: Make annotation_line__max_percent static
` [PATCH 15/44] perf annotate: Get rid of annotation__scnprintf_samples_period()
` [PATCH 16/44] perf annotate: Rename struct annotation_line::samples* to data*
` [PATCH 17/44] perf annotate: Rename local sample variables to data
` [PATCH 18/44] perf annotate: Rename hist to sym_hist in annotation__calc_percent
` [PATCH 19/44] perf annotate: Loop group events directly in annotation__calc_percent()
` [PATCH 20/44] perf annotate: Switch struct annotation_data::percent to array
` [PATCH 21/44] perf annotate: Add PERCENT_HITS_GLOBAL percent value
` [PATCH 22/44] perf annotate: Add PERCENT_PERIOD_LOCAL "
` [PATCH 23/44] perf annotate: Add PERCENT_PERIOD_GLOBAL "
` [PATCH 24/44] perf annotate: Add percent_type to struct annotation_options
` [PATCH 25/44] perf annotate: Pass struct annotation_options to symbol__calc_lines()
` [PATCH 26/44] perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()
` [PATCH 27/44] perf annotate: Pass browser percent_type in annotate_browser__calc_percent()
` [PATCH 28/44] perf annotate: Add support to toggle percent type
` [PATCH 29/44] perf annotate: Make local period the default "
` [PATCH 30/44] perf annotate: Display percent type in stdio output
` [PATCH 31/44] perf annotate: Add --percent-type option
` [PATCH 32/44] perf report: "
` [PATCH 33/44] perf bpf: Add struct bpf_map struct
` [PATCH 34/44] perf bpf: Add bpf/stdio.h wrapper to bpf_perf_event_output function
` [PATCH 35/44] perf bpf: Make bpf__for_each_stdout_map() generic
` [PATCH 36/44] perf bpf: Generalize bpf__setup_stdout()
` [PATCH 37/44] perf bpf: Add bpf__setup_output_event() strerror() counterpart
` [PATCH 38/44] perf bpf: Add wrappers to BPF_FUNC_probe_read(_str) functions
` [PATCH 39/44] perf trace: Handle "bpf-output" events associated with "__augmented_syscalls__" BPF map
` [PATCH 40/44] perf bpf: Make bpf__setup_output_event() return the bpf-output event
` [PATCH 41/44] perf trace: Setup the augmented syscalls bpf-output event fields
` [PATCH 42/44] perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO beautifier
` [PATCH 43/44] perf map: Synthesize maps only for thread group leader
` [PATCH 44/44] perf map: Optimize maps__fixup_overlappings()

[PATCH v3] perf report: Create auxiliary trace data files for s390
 2018-08-09  4:56 UTC 

[PATCH] perf report: Create auxiliary trace data files for s390
 2018-08-06 11:56 UTC 

[PATCH] perf vendor events arm64: Enable JSON events for eMAG
 2018-08-03 15:48 UTC  (3+ messages)

[GIT PULL 00/21] perf/core improvements and fixes
 2018-08-02  8:03 UTC  (23+ messages)
` [PATCH 01/21] perf trace beauty: Default header_dir to cwd to work without parms
` [PATCH 02/21] perf evlist: Fix error out while applying initial delay and LBR
` [PATCH 03/21] perf tests: Fix complex event name parsing
` [PATCH 04/21] tools include uapi: Grab a copy of linux/in.h
` [PATCH 05/21] perf beauty: Add a generator for IPPROTO_ socket's protocol constants
` [PATCH 06/21] perf trace beauty: Do not print NULL strarray entries
` [PATCH 07/21] perf trace beauty: Add beautifiers for 'socket''s 'protocol' arg
` [PATCH 08/21] perf trace: Beautify the AF_INET & AF_INET6 'socket' syscall 'protocol' args
` [PATCH 09/21] perf tests: Fix indexing when invoking subtests
` [PATCH 10/21] perf c2c report: Fix crash for empty browser
` [PATCH 11/21] perf build: Fix installation directory for eBPF
` [PATCH 12/21] perf cs-etm: Fix start tracing packet handling
` [PATCH 13/21] perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packet
` [PATCH 14/21] perf cs-etm: Generate branch sample when receiving a "
` [PATCH 15/21] perf cs-etm: Generate branch sample for "
` [PATCH 16/21] perf vendor events arm64: Update ThunderX2 implementation defined pmu core events
` [PATCH 17/21] perf list: Unify metric group description format with PMU event description
` [PATCH 18/21] perf bpf: Show better message when failing to load an object
` [PATCH 19/21] perf tools: Allow overriding MAX_NR_CPUS at compile time
` [PATCH 20/21] perf bpf: Include uapi/linux/bpf.h from the 'perf trace' script's bpf.h
` [PATCH 21/21] perf trace: Do not require --no-syscalls to suppress strace like output


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