linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-20 14:25:11 to 2019-10-11 20:05:33 UTC [more...]

[GIT PULL] perf/core improvements and fixes
 2019-10-11 20:05 UTC  (44+ messages)
` [PATCH 01/69] perf env: Add routine to read the env->cpuid from the running machine
` [PATCH 02/69] perf top: Initialize perf_env->cpuid, needed by the per arch annotation init routine
` [PATCH 03/69] perf evlist: Adopt __set_tracepoint_handlers method from perf_session
` [PATCH 04/69] perf trace: Make evlist__set_evsel_handler() affect just entries without a handler
` [PATCH 05/69] perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variable
` [PATCH 06/69] perf trace: Generalize the syscall_fmt find routines
` [PATCH 07/69] perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose is processed
` [PATCH 08/69] perf trace augmented_syscalls: Do not show syscalls when none was asked for
` [PATCH 09/69] perf scripts python: exported-sql-viewer.py: Add LookupModel()
` [PATCH 10/69] perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayout
` [PATCH 11/69] perf scripts python: exported-sql-viewer.py: Add global time range calculations
` [PATCH 12/69] perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_time
` [PATCH 13/69] perf scripts python: exported-sql-viewer.py: Add ability for Call tree to open at a specified task and time
` [PATCH 14/69] perf scripts python: exported-sql-viewer.py: Add Time chart by CPU
` [PATCH 15/69] perf tools: Make usage of test_attr__* optional for perf-sys.h
` [PATCH 16/69] samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
` [PATCH 17/69] perf script: Allow --time with --reltime
` [PATCH 18/69] perf trace: Factor out the initialization of syscal_arg_fmt->scnprintf
` [PATCH 19/69] perf trace: Allocate an array of beautifiers for tracepoint args
` [PATCH 20/69] perf trace: Move some scnprintf methods from syscall to syscall_arg_fmt
` [PATCH 21/69] perf trace: Add the syscall_arg_fmt pointer to syscall_arg
` [PATCH 22/69] perf trace: Add array of chars scnprintf beautifier
` [PATCH 23/69] perf trace: Enclose all events argument lists with ()
` [PATCH 24/69] perf trace: Allow choosing how to augment the tracepoint arguments
` [PATCH 25/69] tools arch x86: Grab a copy of the file containing the MSR numbers
` [PATCH 26/69] perf beauty: Make strarray's offset be u64
` [PATCH 27/69] perf trace beauty: Add a x86 MSR cmd id->str table generator
` [PATCH 28/69] perf beauty: Hook up the x86 MSR "
` [PATCH 29/69] perf trace: Allow associating scnprintf routines with well known arg names
` [PATCH 30/69] perf trace beauty: Add the glue for the autogenerated MSR arrays
` [PATCH 31/69] perf trace: Associate the "msr" tracepoint arg name with x86_MSR__scnprintf()
` [PATCH 32/69] perf evlist: Factor out asprintf routine to build a tracepoint pid filter
` [PATCH 33/69] perf evlist: Introduce append_tp_filter() method
` [PATCH 34/69] perf evlist: Introduce append_tp_filter_pid() and append_tp_filter_pids()
` [PATCH 35/69] perf trace: Introduce --filter for tracepoint events
` [PATCH 36/69] perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'
` [PATCH 37/69] perf trace: Introduce a strtoul() method for 'struct strarrays'
` [PATCH 38/69] perf trace: Expand strings in filters to integers
` [PATCH 39/69] perf beauty: Introduce strtoul() for x86 MSRs
` [PATCH 40/69] perf tools: Avoid 'sample_reg_masks' being const + weak
` [PATCH 41/69] MAINTAINERS: Add entry for perf tool arm64 pmu-events files
` [PATCH 42/69] libperf: Add perf_mmap__init() function
` [PATCH 43/69] libperf: Add 'struct perf_mmap_param'

Tracing Summit 2019 - Videos
 2019-10-10 16:43 UTC 

Tracing Summit 2019 - Videos
 2019-10-10 16:38 UTC 

[RFC PATCH 0/3] perf tools: Add support for "report" for some spe events
 2019-10-09 11:49 UTC  (11+ messages)
` [RFC PATCH 2/3] "

[PATCH] perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()
 2019-10-08  9:38 UTC 

[GIT PULL] perf/urgent improvements and fixes
 2019-10-07 13:16 UTC  (30+ messages)
` [PATCH 01/24] libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature
` [PATCH 02/24] perf tests: Avoid raising SEGV using an obvious NULL dereference
` [PATCH 03/24] perf docs: Allow man page date to be specified
` [PATCH 04/24] tools headers uapi: Sync drm/i915_drm.h with the kernel sources
` [PATCH 05/24] tools headers uapi: Sync asm-generic/mman-common.h with the kernel
` [PATCH 06/24] tools headers uapi: Sync linux/usbdevice_fs.h with the kernel sources
` [PATCH 07/24] tools headers uapi: Sync linux/fs.h "
` [PATCH 08/24] tools headers kvm: Sync kvm headers "
` [PATCH 09/24] perf llvm: Don't access out-of-scope array
` [PATCH 10/24] perf vendor events s390: Add JSON transaction for machine type 8561
` [PATCH 11/24] perf vendor events s390: Use s390 machine name instead of "
` [PATCH 12/24] perf map: Fix overlapped map handling
` [PATCH 13/24] perf inject jit: Fix JIT_CODE_MOVE filename
` [PATCH 14/24] perf docs: Correct and clarify jitdump spec
` [PATCH 15/24] perf script brstackinsn: Fix recovery from LBR/binary mismatch
` [PATCH 16/24] perf jevents: Fix period for Intel fixed counters
` [PATCH 17/24] perf tools: Propagate get_cpuid() error
` [PATCH 18/24] perf evsel: Fall back to global 'perf_env' in perf_evsel__env()
` [PATCH 19/24] perf annotate: Propagate perf_env__arch() error
` [PATCH 20/24] perf annotate: Fix the signedness of failure returns
` [PATCH 21/24] perf annotate: Propagate the symbol__annotate() error return
` [PATCH 22/24] perf annotate: Fix arch specific ->init() failure errors
` [PATCH 23/24] perf annotate: Return appropriate error code for allocation failures
` [PATCH 24/24] perf annotate: Don't return -1 for error when doing BPF disassembly

[PATCH 1/2] perf vendor events s390: Add JSON transaction for machine type 8561
 2019-09-27 15:51 UTC  (3+ messages)
` [PATCH 2/2] perf/pmu_events: Use s390 machine name instead of "

[GIT PULL] perf/core improvements and fixes
 2019-09-26 15:06 UTC  (70+ messages)
` [PATCH 01/66] perf record: Fix priv level with branch sampling for paranoid=2
` [PATCH 02/66] perf record: Move restricted maps check to after a possible fallback to not collect kernel samples
` [PATCH 03/66] perf vendor events amd: Add L3 cache events for Family 17h
` [PATCH 04/66] perf vendor events amd: Remove redundant '['
` [PATCH 05/66] perf vendor events: Minor fixes to the README
` [PATCH 06/66] perf list: Allow plurals for metric, metricgroup
` [PATCH 07/66] libtraceevent: Round up in tep_print_event() time precision
` [PATCH 08/66] libtraceevent: Man pages for libtraceevent event print related API
` [PATCH 09/66] libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref()
` [PATCH 10/66] libtraceevent: Man pages fix, changes in event printing APIs
` [PATCH 11/66] libtraceevent: Add tep_get_event() in event-parse.h
` [PATCH 12/66] libtraceevent: Move traceevent plugins in its own subdirectory
` [PATCH 13/66] libtraceevent: Man pages for tep plugins APIs
` [PATCH 14/66] tools: Add missing stdio.h include to asm/bug.h header
` [PATCH 15/66] perf tools: Rename 'struct perf_mmap' to 'struct mmap'
` [PATCH 16/66] perf tools: Rename perf_evlist__mmap() to evlist__mmap()
` [PATCH 17/66] perf tools: Rename perf_evlist__munmap() to evlist__munmap()
` [PATCH 18/66] perf tools: Rename perf_evlist__alloc_mmap() to evlist__alloc_mmap()
` [PATCH 19/66] perf tools: Rename perf_evlist__exit() to evlist__exit()
` [PATCH 20/66] perf tools: Rename perf_evlist__purge() to evlist__purge()
` [PATCH 21/66] libperf: Link libapi.a in libperf.so
` [PATCH 22/66] perf evlist: Adopt backwards ring buffer state enum
` [PATCH 23/66] libperf: Add perf_mmap struct
` [PATCH 24/66] libperf: Add 'mask' to struct perf_mmap
` [PATCH 25/66] libperf: Add 'fd' "
` [PATCH 26/66] libperf: Add 'cpu' "
` [PATCH 27/66] libperf: Add 'refcnt' "
` [PATCH 28/66] libperf: Add prev/start/end "
` [PATCH 29/66] libperf: Add 'overwrite' to 'struct perf_mmap'
` [PATCH 30/66] libperf: Add 'event_copy' "
` [PATCH 31/66] libperf: Add 'flush' "
` [PATCH 32/66] libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
` [PATCH 33/66] libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
` [PATCH 34/66] libperf: Move 'mmap_len' "
` [PATCH 35/66] libperf: Move 'pollfd' "
` [PATCH 36/66] libperf: Add missing 'struct xyarray' forward declaration
` [PATCH 37/66] libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'
` [PATCH 38/66] libperf: Move 'id' "
` [PATCH 39/66] libperf: Move 'ids' "
` [PATCH 40/66] libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'
` [PATCH 41/66] libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
` [PATCH 42/66] libperf: Add perf_evlist__first()/last() functions
` [PATCH 43/66] libperf: Add perf_evlist__read_format() function
` [PATCH 44/66] libperf: Add perf_evlist__id_add() function
` [PATCH 45/66] libperf: Add perf_evlist__id_add_fd() function
` [PATCH 46/66] libperf: Move 'page_size' global variable to libperf
` [PATCH 47/66] perf tools: No need to include internal/lib.h from util/util.h
` [PATCH 48/66] libperf: Use sys/types.h to get ssize_t, not unistd.h
` [PATCH 49/66] libperf: Add libperf dependency for tests targets
` [PATCH 50/66] libperf: Merge libperf_set_print() into libperf_init()
` [PATCH 51/66] libperf: Add libperf_init() call to the tests
` [PATCH 52/66] libperf: Add perf_evlist__alloc_pollfd() function
` [PATCH 53/66] libperf: Add perf_evlist__add_pollfd() function
` [PATCH 54/66] libperf: Add perf_evlist__poll() function
` [PATCH 55/66] perf copyfile: Move copyfile routines to separate files
` [PATCH 56/66] perf evsel: Remove need for symbol_conf in evsel_fprintf.c
` [PATCH 57/66] perf evsel: Introduce evsel_fprintf.h
` [PATCH 58/66] perf evlist: Remove unused perf_evlist__fprintf() method
` [PATCH 59/66] perf evsel: Move config terms to a separate header
` [PATCH 60/66] perf tools: Replace needless mmap.h with what is needed, event.h
` [PATCH 61/66] perf stat: Fix free memory access / memory leaks in metrics
` [PATCH 62/66] perf evlist: Fix access of freed id arrays
` [PATCH 63/66] perf vendor events: Remove P8 HW events which are not supported
` [PATCH 64/66] perf jvmti: Include JVMTI support for s390
` [PATCH 65/66] perf build: Add detection of java-11-openjdk-devel package
` [PATCH 66/66] perf parser: Remove needless include directives

[PATCH 0/3] perf/java: Add s390 support for jitted JAVA
 2019-09-24 19:48 UTC  (3+ messages)
` [PATCH 3/3] perf/java: Add detection of java-11-openjdk-devel package

[PATCH 1/5] perf vendor events amd: add L3 cache events for Family 17h
 2019-09-23 13:53 UTC  (4+ messages)
` [PATCH 3/5] perf vendor events: minor fixes to the README

[GIT PULL] perf/urgent fixes
 2019-09-22 10:46 UTC  (7+ messages)
` [PATCH 01/10] perf tests: Fix static build test
` [PATCH 02/10] tools headers uapi: Sync prctl.h with the kernel sources
` [PATCH 03/10] tools uapi asm-generic: Sync unistd.h "
` [PATCH 04/10] tools arch x86 uapi: Synch asm/unistd.h "
` [PATCH 05/10] tools arch x86: Sync asm/cpufeatures.h "

[PATCH v2 1/1] perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1
 2019-09-20 16:21 UTC  (2+ messages)
` [tip: perf/urgent] "

[GIT PULL] perf/core improvements and fixes
 2019-09-20 16:15 UTC  (33+ messages)
` [PATCH 01/31] perf python: Add missing python/perf.so dependency for libperf
` [PATCH 02/31] perf tests: Add libperf automated test for 'make -C tools/perf build-test'
` [PATCH 03/31] libperf: Add missing event.h file to install rule
` [PATCH 04/31] libperf: Adopt perf_cpu_map__max() function
` [PATCH 05/31] perf jvmti: Link against tools/lib/string.o to have weak strlcpy()
` [PATCH 06/31] perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1
` [PATCH 07/31] perf tools: Remove needless builtin.h include directives
` [PATCH 08/31] perf debug: No need to include ui/util.h
` [PATCH 09/31] perf tools: Remove debug.h from places where it is not needed
` [PATCH 10/31] perf tools: Remove util.h from "
` [PATCH 11/31] perf probe: Add missing build-id.h header
` [PATCH 12/31] perf symbols: Add missing dso.h header
` [PATCH 13/31] perf env: Remove needless cpumap.h header
` [PATCH 14/31] perf event: Move perf_event__synthesize* to event.h
` [PATCH 15/31] perf stat: Move perf_stat_synthesize_config() "
` [PATCH 16/31] perf callchain: Remove needless event.h include
` [PATCH 17/31] perf python: Remove debug.h
` [PATCH 18/31] perf hist: Add missing 'struct branch_stack' forward declaration
` [PATCH 19/31] perf annotate: Add missing machine.h include directive
` [PATCH 20/31] perf sched: Add missing event.h "
` [PATCH 21/31] perf auxtrace: Add missing 'struct perf_sample' forward declaration
` [PATCH 22/31] perf tools: Move event synthesizing routines to separate header
` [PATCH 23/31] perf memswap: Adopt 'struct u64_swap' from evsel.h
` [PATCH 24/31] perf tools: Move event synthesizing routines to separate .c file
` [PATCH 25/31] tools lib traceevent: Convert remaining %p[fF] users to %p[sS]
` [PATCH 26/31] perf stat: Reset previous counts on repeat with interval
` [PATCH 27/31] perf stat: Fix a segmentation fault when using repeat forever
` [PATCH 28/31] perf test: Fix spelling mistake "allos" -> "allocate"
` [PATCH 29/31] perf kvm: Move kvm-stat header file from conditional inclusion to common include section
` [PATCH 30/31] perf kvm: Add arch neutral function to choose event for perf kvm record
` [PATCH 31/31] perf kvm stat: Set 'trace_cycles' as default event for 'perf kvm record' in powerpc


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