linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-06 21:25:09 to 2019-01-10 09:49:36 UTC [more...]

[PATCH 1/2] perf powerpc: Rework syscall table generation
 2019-01-10  9:49 UTC  (2+ 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  (69+ messages)
` [PATCH 01/63] perf dso: Export data_file_size() method there are no symbols
` [PATCH 02/63] perf auxtrace: Alter addr_filter__entire_dso() to work if "
` [PATCH 03/63] perf tests: Use shebangs in the shell scripts
` [PATCH 04/63] perf stat: Avoid segfaults caused by negated options
` [PATCH 05/63] tools lib traceevent: Fix processing of dereferenced args in bprintk events
` [PATCH 06/63] perf trace: Rename delivery functions to ease making ordered_events selectable
` [PATCH 07/63] perf trace: Allow selecting use the use of the ordered_events code
` [PATCH 08/63] perf trace beauty: Beautify renameat2's fd arg wrt AT_FDCWD
` [PATCH 09/63] perf beauty: Add a string table generator for renameat2's flags constants
` [PATCH 10/63] perf beauty: Wire up the renameat flags table generator to the Makefile
` [PATCH 11/63] perf trace: Beautify renameat2's flags argument
` [PATCH 12/63] perf trace beauty: renameat's newdirfd may also be AT_FDCWD
` [PATCH 13/63] tools lib subcmd: Don't add the kernel sources to the include path
` [PATCH 14/63] perf tools: Add missing sigqueue() prototype for systems lacking it
` [PATCH 15/63] perf header: Fix up argument to ctime()
` [PATCH 16/63] perf tools: Add missing open_memstream() prototype for systems lacking it
` [PATCH 17/63] perf tools: Cast off_t to s64 to avoid warning on bionic libc
` [PATCH 18/63] tools lib traceevent: Use LDFLAGS in the build commands
` [PATCH 19/63] perf tools: Link libperf-jvmti.so with LDFLAGS variable
` [PATCH 20/63] perf trace: Rename set_ev_qualifier_filter to clarify its a tracepoint filter
` [PATCH 21/63] perf trace: Avoid using raw_syscalls in duplicity with eBPF augmentation
` [PATCH 22/63] perf trace: Implement syscall filtering in augmented_syscalls
` [PATCH 23/63] perf bpf: Move perf_event_output() from stdio.h to bpf.h
` [PATCH 24/63] perf augmented_syscalls: Switch to using a struct for the syscalls map values
` [PATCH 25/63] perf trace: Switch to using a struct for the aumented_raw_syscalls "
` [PATCH 26/63] perf cs-etm: Correct packets swapping in cs_etm__flush()
` [PATCH 27/63] perf cs-etm: Avoid stale branch samples when flush packet
` [PATCH 28/63] perf cs-etm: Remove unused 'trace_on' in cs_etm_decoder
` [PATCH 29/63] perf cs-etm: Refactor enumeration cs_etm_sample_type
` [PATCH 30/63] perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITY
` [PATCH 31/63] perf cs-etm: Treat NO_SYNC element as trace discontinuity
` [PATCH 32/63] perf cs-etm: Treat EO_TRACE "
` [PATCH 33/63] perf cs-etm: Generate branch sample for exception packet
` [PATCH 34/63] perf augmented_raw_syscalls: Do not include stdio.h
` [PATCH 35/63] perf trace: Allow specifying a set of events to add in perfconfig
` [PATCH 36/63] perf trace: Allow configuring if zeroed syscall args should be printed
` [PATCH 37/63] perf trace: Allow configuring if the syscall duration "
` [PATCH 38/63] perf config: Show the configuration when no arguments are provided
` [PATCH 39/63] perf trace: Allow configuring default for perf_event_attr.inherit
` [PATCH 40/63] perf trace: Allow configuring if the syscall start timestamp should be printed
` [PATCH 41/63] perf trace: Allow suppressing the syscall argument names
` [PATCH 42/63] perf trace: Make the alignment of the syscall args be configurable
` [PATCH 43/63] perf trace: Enclose strings with double quotes
` [PATCH 44/63] perf trace: Add a prefix member to the strarray class
` [PATCH 45/63] perf trace: Allow asking for not suppressing common string prefixes
` [PATCH 46/63] perf trace beauty: Print O_RDONLY when (flags & O_ACCMODE) == 0
` [PATCH 47/63] perf trace: Add alignment spaces after the closing parens
` [PATCH 48/63] perf augmented_raw_syscalls: Copy 'access' arg as well
` [PATCH 49/63] perf trace: Enclose the errno strings with ()
` [PATCH 50/63] perf trace: Show NULL when syscall pointer args are 0
` [PATCH 51/63] tools include arch: Grab a copy of x86's prctl.h
` [PATCH 52/63] perf beauty: Add a string table generator for x86's 'arch_prctl' codes
` [PATCH 53/63] perf beauty: Wire up the x86_arch prctl code table generator
` [PATCH 54/63] perf trace: Move strarrays to beauty.h for further reuse
` [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

[GIT PULL 00/75] perf/core improvements and fixes
 2018-12-06 21:26 UTC  (55+ messages)
` [PATCH 22/75] tools lib traceevent: Add sanity check to is_timestamp_in_us()
` [PATCH 23/75] perf annotate: Compute average IPC and IPC coverage per symbol
` [PATCH 24/75] perf annotate: Create a annotate2 flag in struct symbol
` [PATCH 25/75] perf report: Display average IPC and IPC coverage per symbol
` [PATCH 26/75] perf report: Documentation average IPC and IPC coverage
` [PATCH 27/75] tools lib traceevent: Implement new API tep_get_ref()
` [PATCH 28/75] tools lib traceevent: Added support for pkg-config
` [PATCH 29/75] tools lib traceevent: Install trace-seq.h API header file
` [PATCH 30/75] tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event'
` [PATCH 31/75] tools lib traceevent: Rename tep_free_format() to tep_free_event()
` [PATCH 32/75] perf tools: traceevent API cleanup, remove __tep_data2host*()
` [PATCH 33/75] tools lib traceevent: traceevent API cleanup
` [PATCH 34/75] perf beauty mmap_flags: Fixed syntax error Fixed missing ']' error
` [PATCH 35/75] perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight trace
` [PATCH 36/75] perf tests ARM: Disable breakpoint tests 32-bit
` [PATCH 37/75] perf vendor events intel: Fix diverse typos
` [PATCH 38/75] tools lib traceevent: Fix diverse typos in comments
` [PATCH 39/75] perf tools Documentation: Fix diverse typos
` [PATCH 40/75] perf bpf-loader: Fix debugging message typo
` [PATCH 41/75] perf tools: Fix diverse comment typos
` [PATCH 42/75] tools lib subcmd: Fix a few source code "
` [PATCH 43/75] perf tools: Allow specifying proc-map-timeout in config file
` [PATCH 44/75] perf trace: We need to consider "nr" if "__syscall_nr" is not there
` [PATCH 45/75] perf tools: Support 'srccode' output
` [PATCH 46/75] perf ordered_events: Rework show_progress for __ordered_events__flush
` [PATCH 47/75] perf ordered_events: Add private data member
` [PATCH 48/75] perf top: Save and display the lost count stats
` [PATCH 49/75] perf top: Move lost events warning to helpline
` [PATCH 50/75] perf top: Add processing thread
` [PATCH 51/75] perf top: Use cond variable instead of a lock
` [PATCH 52/75] perf top: Set the 'session_done' volatile variable when exiting
` [PATCH 53/75] perf top: Drop samples which are behind the refresh rate
` [PATCH 54/75] perf top: Save and display the drop count stats
` [PATCH 55/75] perf top: Display slow reader warning when droping samples
` [PATCH 56/75] perf top: Move perf_top__reset_sample_counters() to after counts display
` [PATCH 57/75] perf cs-etm: Add configuration for ETMv3 trace protocol
` [PATCH 58/75] perf cs-etm: Add support for ETMv3 trace decoding
` [PATCH 59/75] perf cs-etm: Add support for PTMv1.1 decoding
` [PATCH 60/75] perf dso: Fix unchecked usage of strncpy()
` [PATCH 61/75] perf header: "
` [PATCH 62/75] "
` [PATCH 63/75] perf help: Remove needless use "
` [PATCH 64/75] perf svghelper: Fix unchecked usage "
` [PATCH 65/75] perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nul
` [PATCH 66/75] perf probe: Fix unchecked usage of strncpy()
` [PATCH 67/75] perf parse-events: "
` [PATCH 68/75] perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKX
` [PATCH 69/75] perf record: Fix memory leak on AIO objects deallocation
` [PATCH 70/75] perf config: Modify size factor of snprintf
` [PATCH 71/75] perf annotate: Introduce basic support for ARC
` [PATCH 72/75] perf ordered_events: Add ordered_events__flush_time interface
` [PATCH 73/75] perf trace: Move event delivery to a new deliver_event() function
` [PATCH 74/75] perf ordered_events: Add first_time() method
` [PATCH 75/75] perf trace: Add ordered processing


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