messages from 2019-10-01 11:12:06 to 2019-11-07 07:02:29 UTC [more...]
[GIT PULL] perf/urgent fixes
2019-11-07 7:02 UTC (16+ messages)
` [PATCH 01/11] perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()
` [PATCH 02/11] perf evlist: Fix fix for freed id arrays
` [PATCH 03/11] perf tools: Fix resource leak of closedir() on the error paths
` [PATCH 04/11] perf annotate: Fix multiple memory and file descriptor leaks
` [PATCH 05/11] perf tools: Fix mode setting in copyfile_mode_ns()
` [PATCH 06/11] perf c2c: Fix memory leak in build_cl_output()
` [PATCH 07/11] tools headers kvm: Sync kvm headers with the kernel sources
` [PATCH 08/11] "
` [PATCH 09/11] tools headers kvm: Sync kvm.h "
` [PATCH 10/11] tools headers UAPI: Sync sched.h with the kernel
` [PATCH 11/11] perf kmem: Fix memory leak in compact_gfp_flags()
[GIT PULL 0/3] perf/urgent fixes
2019-11-05 18:18 UTC (4+ messages)
` [PATCH 1/3] perf scripting engines: Iterate on tep event arrays directly
` [PATCH 2/3] perf tools: Remove unused trace_find_next_event()
` [PATCH 3/3] perf tools: Fix time sorting
[PATCH 5.3 084/163] perf/aux: Fix tracking of auxiliary trace buffer allocation
2019-11-04 21:44 UTC
[PATCH] Fixes issue when debugging debug builds of Perf
2019-10-30 15:13 UTC (6+ messages)
[RFC v2 0/4] perf tools: Add support for some spe events and precise ip
2019-10-25 2:42 UTC (6+ messages)
` [RFC v2 1/4] perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
` [RFC v2 2/4] perf tools: Add support for "report" for some spe events
` [RFC v2 3/4] perf report: Add --spe options for arm-spe
` [RFC v2 4/4] perf tools: Support "branch-misses:pp" on arm64
Linux-next: 20191022: perf: bpf_helpers_doc.py: not found
2019-10-24 22:14 UTC (4+ messages)
` linux-next: bad merge resolution in the tip tree (Was: Linux-next: 20191022: perf: bpf_helpers_doc.py: not found)
[GIT PULL] perf/core improvements and fixes
2019-10-21 23:16 UTC (59+ messages)
` [PATCH 01/57] perf tools: Allow to build with -ltcmalloc
` [PATCH 02/57] perf script: Fix --reltime with --time
` [PATCH 03/57] perf evlist: Fix fix for freed id arrays
` [PATCH 04/57] perf test: Report failure for mmap events
` [PATCH 05/57] perf test: Avoid infinite loop for task exit case
` [PATCH 06/57] perf report: Add warning when libunwind not compiled in
` [PATCH 07/57] perf annotate: Avoid reallocation in objdump parsing
` [PATCH 08/57] perf annotate: Use libsubcmd's run-command.h to fork objdump
` [PATCH 09/57] perf annotate: Don't pipe objdump output through 'grep' command
` [PATCH 10/57] perf annotate: Don't pipe objdump output through 'expand' command
` [PATCH 11/57] perf annotate: Fix objdump --no-show-raw-insn flag
` [PATCH 12/57] perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()
` [PATCH 13/57] perf stat: Support --all-kernel/--all-user
` [PATCH 14/57] perf trace: Add syscall failure stats to -s/--summary and -S/--with-summary
` [PATCH 15/57] perf trace: Introduce --errno-summary
` [PATCH 16/57] perf string: Export asprintf__tp_filter_pids()
` [PATCH 17/57] perf trace: Filter own pid to avoid a feedback look in 'perf trace record -a'
` [PATCH 18/57] perf trace: Support tracepoint dynamic char arrays
` [PATCH 19/57] perf vendor events arm64: Fix Hisi hip08 DDRC PMU eventname
` [PATCH 20/57] perf vendor events arm64: Add some missing events for Hisi hip08 DDRC PMU
` [PATCH 21/57] perf vendor events arm64: Add some missing events for Hisi hip08 L3C PMU
` [PATCH 22/57] perf vendor events arm64: Add some missing events for Hisi hip08 HHA PMU
` [PATCH 23/57] tools arch x86: Grab a copy of the file containing the IRQ vector defines
` [PATCH 24/57] libbeauty: Add a generator for x86's IRQ vectors -> strings
` [PATCH 25/57] libbeauty: Hook up the x86 irq_vectors table generator
` [PATCH 26/57] libbeauty: Add a strarray__scnprintf_suffix() method
` [PATCH 27/57] perf trace beauty: Add the glue for the autogenerated x86 IRQ vector array
` [PATCH 28/57] perf trace: Hook the 'vec' tracepoint argument with the x86 IRQ vectors scnprintf/strtoul
` [PATCH 29/57] perf trace: Show error message when not finding a field used in a filter expression
` [PATCH 30/57] perf trace: Introduce accessors to trace specific evsel->priv
` [PATCH 31/57] perf trace: Hide evsel->access further, simplify code
` [PATCH 32/57] perf trace: Introduce 'struct evsel__trace' for evsel->priv needs
` [PATCH 33/57] perf trace: Initialize evsel_trace->fmt for syscalls:sys_enter_* tracepoints
` [PATCH 34/57] perf scripting engines: Iterate on tep event arrays directly
` [PATCH 35/57] perf tools: Remove unused trace_find_next_event()
` [PATCH 36/57] libbeauty: Introduce syscall_arg__strtoul_strarray()
` [PATCH 37/57] perf trace: Honour --max-events in processing syscalls:sys_enter_*
` [PATCH 38/57] perf trace: Pass a syscall_arg to syscall_arg_fmt->strtoul()
` [PATCH 39/57] perf list: Hide deprecated events by default
` [PATCH 40/57] perf tests: Remove needless headers for bp_account
` [PATCH 41/57] perf tests bp_account: Add dedicated checking helper is_supported()
` [PATCH 42/57] perf tests: Disable bp_signal testing for arm64
` [PATCH 43/57] libperf: Introduce perf_evlist__for_each_mmap()
` [PATCH 44/57] libperf: Move mmap allocation to perf_evlist__mmap_ops::get
` [PATCH 45/57] libperf: Move mask setup to perf_evlist__mmap_ops()
` [PATCH 46/57] libperf: Link static tests with libapi.a
` [PATCH 47/57] libperf: Add tests_mmap_thread test
` [PATCH 48/57] libperf: Add tests_mmap_cpus test
` [PATCH 49/57] libperf: Keep count of failed tests
` [PATCH 50/57] libperf: Do not export perf_evsel__init()/perf_evlist__init()
` [PATCH 51/57] libperf: Add pr_err() macro
` [PATCH 52/57] libbeauty: Introduce syscall_arg__strtoul_strarrays()
` [PATCH 53/57] perf trace: Use strtoul for the fcntl 'cmd' argument
` [PATCH 54/57] libbeauty: Make the mmap_flags strarray visible outside of its beautifier
` [PATCH 55/57] libbeauty: Introduce strarray__strtoul_flags()
` [PATCH 56/57] perf trace: Wire up strarray__strtoul_flags()
` [PATCH 57/57] perf trace: Use STUL_STRARRAY_FLAGS with mmap
[PATCH] perf/core: Fix tracking of auxiliary trace buffer allocation
2019-10-21 9:35 UTC (2+ messages)
` [tip: perf/urgent] perf/aux: "
Perf record is broken on kernel 5.4.0.rc3
2019-10-18 8:40 UTC
[RFC PATCH 0/3] perf tools: Add support for "report" for some spe events
2019-10-17 6:08 UTC (14+ messages)
` [RFC PATCH 2/3] "
[GIT PULL] perf/core improvements and fixes
2019-10-15 5:25 UTC (71+ 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'
` [PATCH 44/69] libperf: Adopt perf_mmap__mmap_len() function from tools/perf
` [PATCH 45/69] libperf: Adopt perf_mmap__mmap() "
` [PATCH 46/69] libperf: Adopt perf_mmap__get() "
` [PATCH 47/69] libperf: Adopt perf_mmap__unmap() "
` [PATCH 48/69] libperf: Adopt perf_mmap__put() "
` [PATCH 49/69] perf tools: Use perf_mmap way to detect aux mmap
` [PATCH 50/69] libperf: Adopt perf_mmap__consume() function from tools/perf
` [PATCH 51/69] libperf: Adopt perf_mmap__read_init() "
` [PATCH 52/69] libperf: Adopt perf_mmap__read_done() "
` [PATCH 53/69] libperf: Adopt perf_mmap__read_event() "
` [PATCH 54/69] libperf: Adopt perf_evlist__mmap()/munmap() "
` [PATCH 55/69] libperf: Introduce perf_evlist__mmap_ops()
` [PATCH 56/69] libperf: Introduce perf_evlist_mmap_ops::idx callback
` [PATCH 57/69] libperf: Add perf_evlist_mmap_ops::get callback
` [PATCH 58/69] libperf: Introduce perf_evlist_mmap_ops::mmap callback
` [PATCH 59/69] perf tools: Introduce perf_evlist__mmap_cb_idx()
` [PATCH 60/69] perf evlist: Introduce perf_evlist__mmap_cb_get()
` [PATCH 61/69] perf evlist: Introduce perf_evlist__mmap_cb_mmap()
` [PATCH 62/69] perf evlist: Switch to libperf's mmap interface
` [PATCH 63/69] libperf: Centralize map refcnt setting
` [PATCH 64/69] libperf: Move the pollfd allocation from tools/perf to libperf
` [PATCH 65/69] libperf: Introduce perf_evlist__exit()
` [PATCH 66/69] libperf: Introduce perf_evlist__purge()
` [PATCH 67/69] libperf: Adopt perf_evlist__filter_pollfd() from tools/perf
` [PATCH 68/69] perf tools: Propagate CFLAGS to libperf
` [PATCH 69/69] perf diff: Report noisy for cycles diff
[PATCH] perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()
2019-10-14 14:27 UTC (2+ messages)
Tracing Summit 2019 - Videos
2019-10-10 16:43 UTC
Tracing Summit 2019 - Videos
2019-10-10 16:38 UTC
[GIT PULL] perf/urgent improvements and fixes
2019-10-07 13:16 UTC (16+ messages)
` [PATCH 07/24] tools headers uapi: Sync linux/fs.h with the kernel sources
` [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 06/24] tools headers uapi: Sync linux/usbdevice_fs.h with the kernel sources
2019-10-01 19:23 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).