linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-02 02:26:07 to 2019-07-30 02:54:40 UTC [more...]

[GIT PULL 000/107] perf/core improvements and fixes
 2019-07-30  2:54 UTC  (18+ messages)
` [PATCH 001/107] perf include bpf: Add bpf_tail_call() prototype
` [PATCH 002/107] perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
` [PATCH 003/107] perf evsel: Store backpointer to attached bpf_object
` [PATCH 004/107] perf trace: Add pointer to BPF object containing __augmented_syscalls__
` [PATCH 005/107] perf trace: Look up maps just on the __augmented_syscalls__ BPF object
` [PATCH 006/107] perf trace: Order -e syscalls table
` [PATCH 007/107] perf trace: Add BPF handler for unaugmented syscalls
` [PATCH 008/107] perf trace: Allow specifying the bpf prog to augment specific syscalls
` [PATCH 009/107] perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place
` [PATCH 010/107] perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event
` [PATCH 011/107] perf augmented_raw_syscalls: Add handler for "openat"
` [PATCH 012/107] perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
` [PATCH 013/107] perf augmented_raw_syscalls: Support copying two string syscall args
` [PATCH 014/107] perf trace: Look for default name for entries in the syscalls prog array
` [PATCH 015/107] perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload
` [PATCH 016/107] perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
` [PATCH 017/107] perf trace beauty: Make connect's addrlen be printed as an int, not hex

[GIT PULL] perf/urgent fixes
 2019-07-29 21:24 UTC  (11+ messages)
` [PATCH 01/12] tools include UAPI: Sync x86's syscalls_64.tbl and generic unistd.h to pick up clone3 and pidfd_open
` [PATCH 02/12] tools headers UAPI: Update tools's copy of kvm.h headers
` [PATCH 03/12] tools headers UAPI: Update tools's copy of mman.h headers
` [PATCH 04/12] tools headers UAPI: Update tools's copy of drm.h headers
` [PATCH 05/12] tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()
` [PATCH 06/12] tools headers UAPI: Sync usbdevice_fs.h with the kernels to get new ioctl
` [PATCH 07/12] tools headers UAPI: Sync sched.h with the kernel
` [PATCH 08/12] tools headers UAPI: Sync if_link.h "
` [PATCH 09/12] perf header: Fix divide by zero error if f_header.attr_size==0

[PATCH 0/1] perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1
 2019-07-26 13:40 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 1/2] perf/record: Fix module size on s390
 2019-07-24 12:27 UTC  (2+ messages)
` [PATCH 2/2] perf/top: Fix s390 gap between kernel end and module start

[GIT PULL] perf/urgent fixes
 2019-07-23 21:42 UTC  (12+ messages)
` [PATCH 01/10] perf script: Fix --max-blocks man page description
` [PATCH 02/10] perf script: Improve man page description of metrics
` [PATCH 03/10] perf script: Fix off by one in brstackinsn IPC computation
` [PATCH 04/10] perf tools: Fix proper buffer size for feature processing
` [PATCH 05/10] perf stat: Fix segfault for event group in repeat mode
` [PATCH 06/10] perf stat: Always separate stalled cycles per insn
` [PATCH 07/10] perf session: Fix loading of compressed data split across adjacent records
` [PATCH 08/10] perf probe: Set pev->nargs to zero after freeing pev->args entries
` [PATCH 09/10] perf probe: Avoid calling freeing routine multiple times for same pointer
` [PATCH 10/10] perf build: Do not use -Wshadow on gcc < 4.8

[GIT PULL] perf/core improvements and fixes
 2019-07-22 17:38 UTC  (38+ messages)
` [PATCH 01/37] perf include bpf: Add bpf_tail_call() prototype
` [PATCH 02/37] perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
` [PATCH 03/37] perf evsel: Store backpointer to attached bpf_object
` [PATCH 04/37] perf trace: Add pointer to BPF object containing __augmented_syscalls__
` [PATCH 05/37] perf trace: Look up maps just on the __augmented_syscalls__ BPF object
` [PATCH 06/37] perf trace: Order -e syscalls table
` [PATCH 07/37] perf trace: Add BPF handler for unaugmented syscalls
` [PATCH 08/37] perf trace: Allow specifying the bpf prog to augment specific syscalls
` [PATCH 09/37] perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place
` [PATCH 10/37] perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event
` [PATCH 11/37] perf augmented_raw_syscalls: Add handler for "openat"
` [PATCH 12/37] perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
` [PATCH 13/37] perf augmented_raw_syscalls: Support copying two string syscall args
` [PATCH 14/37] perf trace: Look for default name for entries in the syscalls prog array
` [PATCH 15/37] perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload
` [PATCH 16/37] perf script: Fix --max-blocks man page description
` [PATCH 17/37] perf script: Improve man page description of metrics
` [PATCH 18/37] perf script: Fix off by one in brstackinsn IPC computation
` [PATCH 19/37] perf tools: Fix proper buffer size for feature processing
` [PATCH 20/37] perf stat: Fix segfault for event group in repeat mode
` [PATCH 21/37] perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
` [PATCH 22/37] perf trace beauty: Make connect's addrlen be printed as an int, not hex
` [PATCH 23/37] perf trace beauty: Disable fd->pathname when close() not enabled
` [PATCH 24/37] perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg
` [PATCH 25/37] perf trace beauty: Beautify 'sendto's sockaddr arg
` [PATCH 26/37] perf trace beauty: Beautify bind's "
` [PATCH 27/37] perf stat: Always separate stalled cycles per insn
` [PATCH 28/37] perf session: Fix loading of compressed data split across adjacent records
` [PATCH 29/37] perf trace beauty: Add BPF augmenter for the 'rename' syscall
` [PATCH 30/37] perf trace: Forward error codes when trying to read syscall info
` [PATCH 31/37] perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages
` [PATCH 32/37] perf trace: Preallocate the syscall table
` [PATCH 33/37] perf trace: Reuse BPF augmenters from syscalls with similar args signature
` [PATCH 34/37] perf trace: Add "sendfile64" alias to the "sendfile" syscall
` [PATCH 35/37] perf probe: Set pev->nargs to zero after freeing pev->args entries
` [PATCH 36/37] perf probe: Avoid calling freeing routine multiple times for same pointer
` [PATCH 37/37] perf build: Do not use -Wshadow on gcc < 4.8

[PATCH v3 bpf-next 05/12] libbpf: add resizable non-thread safe internal hashmap
 2019-07-18  3:35 UTC  (2+ messages)

[PATCH 1/3] perf script: Fix --max-blocks man page description
 2019-07-16 18:45 UTC  (6+ messages)
` [PATCH 2/3] perf script: Fix off by one in brstackinsn IPC computation
` [PATCH 3/3] perf script: Improve man page description of metrics

[GIT PULL] perf/core improvements and fixes
 2019-07-15 21:12 UTC  (29+ messages)
` [PATCH 01/28] perf tools: Introduce rlimit__bump_memlock() helper
` [PATCH 02/28] perf test: Auto bump rlimit(MEMLOCK) for BPF test sake
` [PATCH 03/28] perf trace: Auto bump rlimit(MEMLOCK) for eBPF maps sake
` [PATCH 04/28] perf db-export: Get rid of db_export__deferred()
` [PATCH 05/28] perf db-export: Rename db_export__comm() to db_export__exec_comm()
` [PATCH 06/28] perf db-export: Pass main_thread to db_export__thread()
` [PATCH 07/28] perf db-export: Export main_thread in db_export__sample()
` [PATCH 08/28] perf db-export: Export comm before exporting thread
` [PATCH 09/28] perf db-export: Move export__comm_thread into db_export__sample()
` [PATCH 10/28] perf db-export: Fix a white space issue in db_export__sample()
` [PATCH 11/28] perf db-export: Export comm details
` [PATCH 12/28] perf scripts python: export-to-sqlite.py: "
` [PATCH 13/28] perf scripts python: export-to-postgresql.py: "
` [PATCH 14/28] perf db-export: Factor out db_export__comm()
` [PATCH 15/28] perf db-export: Also export thread's current comm
` [PATCH 16/28] perf scripts python: export-to-sqlite.py: Add has_calls column to comms table
` [PATCH 17/28] perf scripts python: export-to-postgresql.py: "
` [PATCH 18/28] perf scripts python: exported-sql-viewer.py: Remove redundant semi-colons
` [PATCH 19/28] perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column
` [PATCH 20/28] perf script: Add scripting operation process_switch()
` [PATCH 21/28] perf db-export: Factor out db_export__threads()
` [PATCH 22/28] perf db-export: Export switch events
` [PATCH 23/28] perf scripts python: export-to-sqlite.py: "
` [PATCH 24/28] perf scripts python: export-to-postgresql.py: "
` [PATCH 25/28] perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_info
` [PATCH 26/28] perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()
` [PATCH 27/28] perf vendor events s390: Add JSON files for machine type 8561
` [PATCH 28/28] perf version: Fix segfault due to missing OPT_END()

[GIT PULL 0/8] perf/urgent fixes
 2019-07-13 12:42 UTC  (13+ messages)
` [PATCH 1/8] tools arch kvm: Sync kvm headers with the kernel sources
` [PATCH 2/8] perf header: Assign proper ff->ph in perf_event__synthesize_features()
` [PATCH 3/8] perf thread: Allow references to thread objects after machine__exit()
` [PATCH 4/8] perf evsel: Do not rely on errno values for precise_ip fallback
` [PATCH 5/8] perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64
` [PATCH 6/8] perf annotate TUI browser: Do not use member from variable within its own initialization
` [PATCH 7/8] perf python: Remove -fstack-protector-strong if clang doesn't have it
` [PATCH 8/8] perf jvmti: Address gcc string overflow warning for strncpy()

[GIT PULL] perf/core improvements and fixes
 2019-07-13  9:13 UTC  (27+ messages)
` [PATCH 01/25] perf test mmap-thread-lookup: Initialize variable to suppress memory sanitizer warning
` [PATCH 02/25] perf stat: Fix use-after-freed pointer detected by the smatch tool
` [PATCH 03/25] perf top: Fix potential NULL pointer dereference "
` [PATCH 04/25] perf annotate: Fix dereferencing freed memory found "
` [PATCH 05/25] perf trace: Fix potential NULL pointer dereference "
` [PATCH 06/25] perf map: Fix potential NULL pointer dereference found by "
` [PATCH 07/25] perf inject: The tool->read() call may pass a NULL evsel, handle it
` [PATCH 08/25] perf session: Fix potential NULL pointer dereference found by the smatch tool
` [PATCH 09/25] perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel
` [PATCH 10/25] perf tools: Add missing headers, mostly stdlib.h
` [PATCH 11/25] perf namespaces: Move the conditional setns() prototype to namespaces.h
` [PATCH 12/25] perf tools: Move get_current_dir_name() cond prototype out of util.h
` [PATCH 13/25] tools lib: Adopt zalloc()/zfree() from tools/perf
` [PATCH 14/25] perf tools: Use zfree() where applicable
` [PATCH 15/25] perf tools: Use list_del_init() more thorougly
` [PATCH 16/25] perf metricgroup: Add missing list_del_init() when flushing egroups list
` [PATCH 17/25] perf parse-events: Remove unused variable 'i'
` [PATCH 18/25] perf parse-events: Remove unused variable: error
` [PATCH 19/25] perf cs-etm: Fix potential NULL pointer dereference found by the smatch tool
` [PATCH 20/25] perf hists browser: "
` [PATCH 21/25] perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_view
` [PATCH 22/25] perf scripts python: export-to-sqlite.py: "
` [PATCH 23/25] perf script: Assume native_arch for pipe mode
` [PATCH 24/25] perf intel-bts: Fix potential NULL pointer dereference found by the smatch tool
` [PATCH 25/25] perf intel-pt: "

[PATCH] perf/json: Add JSON files for s390 machine type 8561
 2019-07-12 12:31 UTC 

[GIT PULL] perf/core improvements and fixes
 2019-07-03 13:56 UTC  (20+ messages)
` [PATCH 01/18] objtool: Fix build by linking against tools/lib/ctype.o sources
` [PATCH 02/18] perf symbol: Create block_info structure
` [PATCH 03/18] perf hists: Add block_info in hist_entry
` [PATCH 04/18] perf diff: Check if all data files with branch stacks
` [PATCH 05/18] perf diff: Use hists to manage basic blocks per symbol
` [PATCH 06/18] perf diff: Link same basic blocks among different data
` [PATCH 07/18] perf diff: Print the basic block cycles diff
` [PATCH 08/18] perf diff: Documentation -c cycles option
` [PATCH 09/18] perf pmu: Support more complex PMU event aliasing
` [PATCH 10/18] perf jevents: Add support for Hisi hip08 DDRC PMU aliasing
` [PATCH 11/18] perf jevents: Add support for Hisi hip08 HHA "
` [PATCH 12/18] perf jevents: Add support for Hisi hip08 L3C "
` [PATCH 13/18] perf tools: Fix typos / broken sentences
` [PATCH 14/18] perf vendor events intel: Metric fixes for SKX/CLX
` [PATCH 15/18] perf list: Avoid extra : for --raw metrics
` [PATCH 16/18] perf tools metric: Don't include duration_time in group
` [PATCH 17/18] perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64
` [PATCH 18/18] perf script: Allow specifying the files to process guest samples

[GIT PULL] perf/core improvements and fixes
 2019-07-03 13:55 UTC  (21+ messages)
` [PATCH 23/43] tools lib: Adopt skip_spaces() from the kernel sources
` [PATCH 32/43] tools lib: Adopt strim() from the kernel
` [PATCH 34/43] perf tools: Ditch rtrim(), use strim() from tools/lib
` [PATCH 35/43] tools lib: Adopt strreplace() from the kernel
` [PATCH 36/43] perf tools: Drop strxfrchar(), use strreplace() equivalent from kernel
` [PATCH 37/43] tools lib: Move argv_{split,free} from tools/perf/util/
` [PATCH 38/43] perf stat: Make metric event lookup more robust
` [PATCH 39/43] perf stat: Don't merge events in the same PMU
` [PATCH 40/43] perf stat: Fix group lookup for metric group
` [PATCH 41/43] perf stat: Fix metrics with --no-merge
` [PATCH 42/43] perf annotate: Add csky support
` [PATCH 43/43] perf jevents: Use nonlocal include statements in pmu-events.c


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