linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-18 22:07:25 to 2019-01-25 23:18:39 UTC [more...]

[GIT PULL 00/29] perf/core improvements and fixes
 2019-01-25 23:18 UTC  (26+ messages)
` [PATCH 01/29] perf symbols: Move symbol_conf to separate file
` [PATCH 02/29] perf annotate: Remove lots of headers from annotate.h
` [PATCH 03/29] perf tools: Move branch structs to branch.h
` [PATCH 04/29] perf block-range: Add missing headers
` [PATCH 05/29] perf symbols: Remove include map.h from dso.h
` [PATCH 06/29] perf symbols: Remove some unnecessary includes from symbol.h
` [PATCH 07/29] perf namespaces: Remove namespaces.h from .h headers
` [PATCH 08/29] perf comm: Remove needless headers from comm.h
` [PATCH 09/29] perf callchain: No need to include perf.h
` [PATCH 10/29] tools: Update rbtree implementation
` [PATCH 11/29] perf machine: Use cached rbtrees
` [PATCH 12/29] perf callchain: "
` [PATCH 13/29] perf util: Use cached rbtree for rblists
` [PATCH 14/29] perf symbols: Use cached rbtrees
` [PATCH 15/29] perf hist: "
` [PATCH 16/29] perf sched: "
` [PATCH 17/29] perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT
` [PATCH 18/29] perf script python: Add trace_context extension module to sys.modules
` [PATCH 19/29] perf script python: Use PyBytes for attr in trace-event-python
` [PATCH 20/29] perf script python: Remove explicit shebang from setup.py
` [PATCH 21/29] perf script python: Remove explicit shebang from tests/attr.c
` [PATCH 22/29] perf script python: Remove explicit shebang from Python scripts
` [PATCH 23/29] perf script python: Add Python3 support to tests/attr.py
` [PATCH 24/29] perf bpf: Add bpf_map() helper
` [PATCH 25/29] perf bpf: Convert pid_map() to bpf_map()

[PATCH 0/6] Fix issues with Python3 scripting
 2019-01-25 18:09 UTC  (12+ messages)
` [PATCH 1/6] perf script python: Add trace_context extension module to sys,modules
` [PATCH 2/6] perf script python: Use PyBytes for attr in trace-event-python
` [PATCH 3/6] perf script python: remove explicit shebang from setup.py
` [PATCH 4/6] perf script python: remove explicit shebang from tests/attr.c
` [PATCH 5/6] perf script python: remove explicit shebang from Python scripts
` [PATCH 6/6] perf script python: add Python3 support to tests/attr.py

System crash with perf_fuzzer (kernel: 5.0.0-rc3)
 2019-01-25 16:00 UTC  (3+ messages)

Semantics of symbol address in perf report -v
 2019-01-23 19:55 UTC 

[GIT PULL 0/7] perf/urgent fixes
 2019-01-22 11:30 UTC  (9+ messages)
` [PATCH 1/7] perf ordered_events: Fix crash in ordered_events__free
` [PATCH 2/7] perf script: Fix crash with printing mixed trace point and other events
` [PATCH 3/7] perf core: Fix perf_proc_update_handler() bug
` [PATCH 4/7] perf python: Remove -fstack-clash-protection when building with some clang versions
` [PATCH 5/7] perf tools: Handle TOPOLOGY headers with no CPU
` [PATCH 6/7] perf top: Fix wrong hottest instruction highlighted
` [PATCH 7/7] perf script: Fix crash when processing recorded stat data

[GIT PULL 00/24] perf/core improvements and fixes
 2019-01-22 10:07 UTC  (26+ messages)
` [PATCH 01/24] perf tools: Replace automatic const char[] variables by statics
` [PATCH 02/24] perf session: Rearrange perf_session__process_events function
` [PATCH 03/24] perf session: Get rid of file_size variable
` [PATCH 04/24] perf session: Add reader object
` [PATCH 05/24] perf session: Add 'data_size' member to "
` [PATCH 06/24] perf session: Add 'data_offset' "
` [PATCH 07/24] perf session: Add reader__process_events function
` [PATCH 08/24] perf: Remove duplicated workqueue.h include from perf_event.h
` [PATCH 09/24] perf tools: Remove duplicate headers
` [PATCH 10/24] perf report: Display arch specific diagnostic counter sets, starting with s390
` [PATCH 11/24] perf report: Display names in s390 diagnostic counter sets
` [PATCH 12/24] perf report: Dump s390 counter set data to file
` [PATCH 13/24] perf: Make perf_event_output() propagate the output() return
` [PATCH 14/24] perf, bpf: Introduce PERF_RECORD_KSYMBOL
` [PATCH 15/24] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
` [PATCH 16/24] perf, bpf: Introduce PERF_RECORD_BPF_EVENT
` [PATCH 17/24] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
` [PATCH 18/24] perf tools: Handle PERF_RECORD_KSYMBOL
` [PATCH 19/24] perf tools: Handle PERF_RECORD_BPF_EVENT
` [PATCH 20/24] perf tools: Synthesize PERF_RECORD_* for loaded BPF programs
` [PATCH 21/24] perf top: Synthesize BPF events for pre-existing "
` [PATCH 22/24] bpf: Add module name [bpf] to ksymbols for bpf programs
` [PATCH 23/24] perf python: Remove -fstack-clash-protection when building with some clang versions
` [PATCH 24/24] perf utils: Move perf_config using routines from color.c to separate object

[Patchv2 0/3] perf report: Display CPU Measurement facility counter sets
 2019-01-22  0:01 UTC  (15+ messages)
` [PATCHv2 1/3] perf report: Display s390 diagnostic "
` [PATCHv2 2/3] perf report: Display names in "
` [PATCHv2 3/3] perf report: s390 dump counter set data to file

[PATCH] perf script: fix crash when processing recorded stat data
 2019-01-21 14:15 UTC  (4+ messages)

[Patch 1/4] perf report: Add function for verbose dump of raw data
 2019-01-14 12:13 UTC  (6+ messages)
` [Patch 2/4] perf report: Display s390 diagnostic counter sets
` [Patch 3/4] perf report: Display names in "
` [Patch 4/4] perf/report: s390 dump counter set data to file

[GIT PULL 0/4] perf/core fixes and improvements
 2019-01-11  7:12 UTC  (6+ messages)
` [PATCH 1/4] tools include uapi: Sync linux/if_link.h copy with the kernel sources
` [PATCH 2/4] perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbols
` [PATCH 3/4] perf powerpc: Rework syscall table generation
` [PATCH 4/4] tools headers powerpc: Remove unistd.h

[PATCH 1/2] perf powerpc: Rework syscall table generation
 2019-01-10 13:41 UTC  (3+ messages)
` [PATCH 2/2] perf powerpc: Remove unistd.h

[GIT PULL 00/16] perf/core fixes and improvements
 2019-01-09 13:11 UTC  (21+ messages)
` [PATCH 01/16] perf trace: Fix ')' placement in "interrupted" syscall lines
` [PATCH 02/16] perf trace: Fix alignment for [continued] lines
` [PATCH 03/16] perf tools: Make find_vdso_map() more modular
` [PATCH 04/16] perf tests: Add a test for the ARM 32-bit [vectors] page
` [PATCH 05/16] tools lib traceevent: Introduce new libtracevent API: tep_override_comm()
` [PATCH 06/16] tools lib traceevent: Initialize host_bigendian at tep_handle allocation
` [PATCH 07/16] tools lib traceevent: Rename struct cmdline to struct tep_cmdline
` [PATCH 08/16] tools lib traceevent: Changed return logic of trace_seq_printf() and trace_seq_vprintf() APIs
` [PATCH 09/16] tools lib traceevent: Changed return logic of tep_register_event_handler() API
` [PATCH 10/16] tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()
` [PATCH 11/16] tools lib traceevent: Remove tep_data_event_from_type() API
` [PATCH 12/16] perf top: Lift restriction on using callchains without "sym" in --sort
` [PATCH 13/16] tools include uapi: Grab a copy of linux/mount.h
` [PATCH 14/16] perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.h
` [PATCH 15/16] tools include uapi: Sync linux/fs.h copy with the kernel sources
` [PATCH 16/16] tools include uapi: Sync linux/vhost.h "

perf trace syscall table generation for powerpc with syscall.tbl
 2019-01-09  3:47 UTC  (2+ messages)

[GIT PULL 00/16] perf/core improvements and fixes
 2019-01-08 15:32 UTC  (21+ messages)
` [PATCH 01/16] perf stat: Fix endless wait for child process
` [PATCH 02/16] tools headers x86: Sync disabled-features.h
` [PATCH 03/16] tools headers uapi: Sync prctl.h with the kernel sources
` [PATCH 04/16] tools beauty: Make the prctl option table generator catch all PR_ options
` [PATCH 05/16] tools thermal tmon: Use -O3 instead of -O1 if available
` [PATCH 06/16] tools iio: Override CFLAGS assignments
` [PATCH 07/16] tools headers uapi: Update i915_drm.h
` [PATCH 08/16] tools headers uapi: Sync linux/in.h copy from the kernel sources
` [PATCH 09/16] tools headers uapi: Sync linux/kvm.h with "
` [PATCH 10/16] tools headers uapi: Sync copy of asm-generic/unistd.h "
` [PATCH 11/16] tools headers x86: Sync asm/cpufeatures.h copy "
` [PATCH 12/16] perf report: Fix wrong iteration count in --branch-history
` [PATCH 13/16] perf annotate: Pass filename to objdump via execl
` [PATCH 14/16] perf strbuf: Remove redundant va_end() in strbuf_addv()
` [PATCH 15/16] perf python: Make sure the python binding output directory is in place
` [PATCH 16/16] perf test shell: Use a fallback to get the pathname in vfs_getname

[GIT PULL 00/29] perf/core improvements and fixes
 2019-01-03 13:07 UTC  (31+ messages)
` [PATCH 01/29] perf trace: Check if the raw_syscalls:sys_{enter,exit} are setup before setting tp filter
` [PATCH 02/29] perf beauty mmap: PROT_WRITE should come before PROT_EXEC
` [PATCH 03/29] perf build: Don't unconditionally link the libbfd feature test to -liberty and -lz
` [PATCH 04/29] perf trace: Do not hardcode the size of the tracepoint common_ fields
` [PATCH 05/29] perf trace: Use correct SECCOMP prefix spelling, "SECOMP_*" -> "SECCOMP_*"
` [PATCH 06/29] perf python: Do not force closing original perf descriptor in evlist.get_pollfd()
` [PATCH 07/29] perf script: Fix LBR skid dump problems in brstackinsn
` [PATCH 08/29] perf trace: Rename thread_thread->paths to thread_trace->files
` [PATCH 09/29] perf trace: Move the files table resizing to outside set_pathname()
` [PATCH 10/29] perf trace: Store the major number for a file when storing its pathname
` [PATCH 11/29] tools headers uapi: Grab a copy of usbdevice_fs.h
` [PATCH 12/29] perf beauty ioctl: Add generator for USBDEVFS_ ioctl commands
` [PATCH 13/29] perf trace: Wire up ioctl's USBDEBFS_ cmd table generator
` [PATCH 14/29] perf trace beauty: Export function to get the files for a thread
` [PATCH 15/29] perf trace beauty ioctl: Beautify USBDEVFS_ commands
` [PATCH 16/29] perf c2c: Change the default coalesce setup
` [PATCH 17/29] perf c2c: Increase the HITM ratio limit for displayed cachelines
` [PATCH 18/29] tools power x86_energy_perf_policy: Override CFLAGS assignments and add LDFLAGS to build command
` [PATCH 19/29] tools thermal tmon: Allow overriding CFLAGS assignments
` [PATCH 20/29] tools power turbostat: Override CFLAGS assignments and add LDFLAGS to build command
` [PATCH 21/29] tools gpio: Allow overriding CFLAGS
` [PATCH 22/29] perf thread-stack: Simplify some code in thread_stack__process()
` [PATCH 23/29] perf thread-stack: Tidy thread_stack__bottom() usage
` [PATCH 24/29] perf thread-stack: Avoid direct reference to the thread's stack
` [PATCH 25/29] perf thread-stack: Allow for a thread stack array
` [PATCH 26/29] perf thread-stack: Factor out thread_stack__init()
` [PATCH 27/29] perf thread-stack: Allocate an array of thread stacks
` [PATCH 28/29] perf thread-stack: Fix thread stack processing for the idle task
` [PATCH 29/29] perf session: Add comment for perf_session__register_idle_thread()

[GIT PULL 00/63] perf/core improvements and fixes
 2018-12-20 17:53 UTC  (16+ messages)
` [PATCH 35/63] perf trace: Allow specifying a set of events to add in perfconfig
` [PATCH 55/63] perf trace: When showing string prefixes show prefix + ??? for unknown entries
` [PATCH 56/63] perf trace beauty: Beautify arch_prctl()'s arguments
` [PATCH 57/63] perf beauty mmap: Print PROT_READ before PROT_EXEC to match strace output
` [PATCH 58/63] perf beauty mmap: Print mmap's 'offset' arg in hexadecimal
` [PATCH 59/63] tools headers uapi: Grab a copy of fadvise.h
` [PATCH 60/63] perf beauty: Add generator for fadvise64's 'advice' arg constants
` [PATCH 61/63] perf trace: Wire up the fadvise 'advice' table generator
` [PATCH 62/63] perf symbols: Relax checks on perf-PID.map ownership
` [PATCH 63/63] tools uapi asm: Update asm-generic/unistd.h copy


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