messages from 2018-10-29 12:18:08 to 2018-12-06 21:25:08 UTC [more...]
[GIT PULL 00/75] perf/core improvements and fixes
2018-12-06 21:25 UTC (22+ messages)
` [PATCH 01/75] perf build: Give better hint about devel package for libssl
` [PATCH 02/75] perf stat: Fix shadow stats for clock events
` [PATCH 03/75] perf stat: Fix CSV mode column output for non-cgroup events
` [PATCH 04/75] perf map: Remove extra indirection from map__find()
` [PATCH 05/75] perf env: Also consider env->arch == NULL as local operation
` [PATCH 06/75] perf machine: Record if a arch has a single user/kernel address space
` [PATCH 07/75] perf thread: Add fallback functions for cases where cpumode is insufficient
` [PATCH 08/75] perf tools: Use fallback for sample_addr_correlates_sym() cases
` [PATCH 09/75] perf script: Use fallbacks for branch stacks
` [PATCH 10/75] tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.c
` [PATCH 11/75] perf tests record: Allow for 'sleep' being 'coreutils'
` [PATCH 12/75] perf test: Fix perf_event_attr test failure
` [PATCH 13/75] tools include: Adopt ERR_CAST() from the kernel err.h header
` [PATCH 14/75] perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
` [PATCH 15/75] perf top: Allow passing a kallsyms file
` [PATCH 16/75] perf intel-pt: Fix error with config term "pt=0"
` [PATCH 17/75] tools build feature: Check if libaio is available
` [PATCH 18/75] perf mmap: Map data buffer for preserving collected data
` [PATCH 19/75] perf record: Enable asynchronous trace writing
` [PATCH 20/75] perf record: Extend trace writing to multi AIO
` [PATCH 21/75] perf beauty mmap_flags: Check if the arch has a mmap.h file
[PATCH] perf, tools: Support srccode output
2018-12-05 22:15 UTC (6+ messages)
[GIT PULL 00/22] perf/core improvements and fixes
2018-11-30 18:26 UTC (23+ messages)
` [PATCH 01/22] perf build: Give better hint about devel package for libssl
` [PATCH 02/22] perf stat: Fix shadow stats for clock events
` [PATCH 03/22] perf stat: Fix CSV mode column output for non-cgroup events
` [PATCH 04/22] perf map: Remove extra indirection from map__find()
` [PATCH 05/22] perf env: Also consider env->arch == NULL as local operation
` [PATCH 06/22] perf machine: Record if a arch has a single user/kernel address space
` [PATCH 07/22] perf thread: Add fallback functions for cases where cpumode is insufficient
` [PATCH 08/22] perf tools: Use fallback for sample_addr_correlates_sym() cases
` [PATCH 09/22] perf script: Use fallbacks for branch stacks
` [PATCH 10/22] tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.c
` [PATCH 11/22] perf tests record: Allow for 'sleep' being 'coreutils'
` [PATCH 12/22] perf test: Fix perf_event_attr test failure
` [PATCH 13/22] tools include: Adopt ERR_CAST() from the kernel err.h header
` [PATCH 14/22] perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
` [PATCH 15/22] perf top: Allow passing a kallsyms file
` [PATCH 16/22] perf intel-pt: Fix error with config term "pt=0"
` [PATCH 17/22] tools build feature: Check if libaio is available
` [PATCH 18/22] perf mmap: Map data buffer for preserving collected data
` [PATCH 19/22] perf record: Enable asynchronous trace writing
` [PATCH 20/22] perf record: Extend trace writing to multi AIO
` [PATCH 21/22] perf beauty mmap_flags: Check if the arch has a mmap.h file
` [PATCH 22/22] tools lib traceevent: Add sanity check to is_timestamp_in_us()
eBPF program symbols in perf top
2018-11-29 0:20 UTC (2+ messages)
[GIT PULL 00/28] perf/core improvements and fixes
2018-11-22 6:54 UTC (29+ messages)
` [PATCH 01/28] perf bpf: Add unistd.h to the headers accessible to bpf proggies
` [PATCH 02/28] perf augmented_syscalls: Filter on a hard coded pid
` [PATCH 03/28] perf augmented_syscalls: Remove needless linux/socket.h include
` [PATCH 04/28] perf bpf: Add defines for map insertion/lookup
` [PATCH 05/28] perf bpf: Add simple pid_filter class accessible to BPF proggies
` [PATCH 06/28] perf augmented_syscalls: Drop 'write', 'poll' for testing without self pid filter
` [PATCH 07/28] perf augmented_syscalls: Use pid_filter
` [PATCH 08/28] perf evlist: Rename perf_evlist__set_filter* to perf_evlist__set_tp_filter*
` [PATCH 09/28] perf trace: Add "_from_option" suffix to trace__set_filter()
` [PATCH 10/28] perf trace: See if there is a map named "filtered_pids"
` [PATCH 11/28] perf trace: Fill in BPF "filtered_pids" map when present
` [PATCH 12/28] perf augmented_syscalls: Remove example hardcoded set of filtered pids
` [PATCH 13/28] Revert "perf augmented_syscalls: Drop 'write', 'poll' for testing without self pid filter"
` [PATCH 14/28] perf script: Add newline after uregs output
` [PATCH 15/28] perf bpf: Reduce the hardcoded .max_entries for pid_maps
` [PATCH 16/28] perf script: Share code and output format for uregs and iregs output
` [PATCH 17/28] perf bench: Move HAVE_PTHREAD_ATTR_SETAFFINITY_NP into bench.h
` [PATCH 18/28] tools build feature: Check if eventfd() is available
` [PATCH 19/28] perf bench: Add epoll parallel epoll_wait benchmark
` [PATCH 20/28] perf bench: Add epoll_ctl(2) benchmark
` [PATCH 21/28] perf tools: Add Hygon Dhyana support
` [PATCH 22/28] perf pmu: Suppress potential format-truncation warning
` [PATCH 23/28] perf stat: Use perf_evsel__is_clocki() for clock events
` [PATCH 24/28] perf vendor events: Add stepping in CPUID string for x86
` [PATCH 26/28] perf jvmti: Separate jvmti cmlr check
` [PATCH 27/28] perf symbols: Fix slowness due to -ffunction-section
` [PATCH 28/28] perf pmu: Move *_cpuid_str() weak functions to header.c
[GIT PULL 0/7] perf/urgent fixes
2018-11-21 14:58 UTC (9+ messages)
` [PATCH 1/7] perf tools: Fix crash on synthesizing the unit
` [PATCH 2/7] tools build feature: Check if get_current_dir_name() is available
` [PATCH 3/7] perf tools: Restore proper cwd on return from mnt namespace
` [PATCH 4/7] tools headers uapi: Synchronize i915_drm.h
` [PATCH 5/7] tools arch x86: Update tools's copy of cpufeatures.h
` [PATCH 6/7] tools uapi asm-generic: Synchronize ioctls.h
` [PATCH 7/7] perf tools beauty ioctl: Support new ISO7816 commands
Broken dwarf unwinding - wrong stack pointer register value?
2018-11-15 19:00 UTC (27+ messages)
` PEBS level 2/3 breaks dwarf unwinding! [WAS: Re: Broken dwarf unwinding - wrong stack pointer register value?]
[RFC PATCH RESEND] tools/perf: Add Hygon Dhyana support
2018-11-12 16:30 UTC (3+ messages)
[PATCH] perf script: share code and output format for uregs and iregs output
2018-11-11 17:21 UTC (3+ messages)
[PATCH] perf script: add newline after uregs output
2018-11-07 14:25 UTC (2+ messages)
[GIT PULL 00/18] perf/urgent improvements and fixes
2018-11-06 19:06 UTC (20+ messages)
` [PATCH 01/18] tools headers barrier: Fix arm64 tools build failure wrt smp_load_{acquire,release}
` [PATCH 02/18] perf examples bpf: Start augmenting raw_syscalls:sys_{start,exit}
` [PATCH 03/18] perf trace: When augmenting raw_syscalls plug raw_syscalls:sys_exit too
` [PATCH 04/18] perf trace: Fix setting of augmented payload when using eBPF + raw_syscalls
` [PATCH 05/18] perf augmented_syscalls: Start collecting pathnames in the BPF program
` [PATCH 06/18] perf evlist: Move perf_evsel__reset_weak_group into evlist
` [PATCH 07/18] perf record: Support weak groups
` [PATCH 08/18] perf stat: Handle different PMU names with common prefix
` [PATCH 09/18] perf top: Display the LBR stats in callchain entry
` [PATCH 10/18] perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libxed.so
` [PATCH 11/18] perf scripts python: exported-sql-viewer.py: Add Selected branches report
` [PATCH 12/18] perf scripts python: exported-sql-viewer.py: Add help window
` [PATCH 13/18] perf scripts python: exported-sql-viewer.py: Fix table find when table re-ordered
` [PATCH 14/18] perf intel-pt: Add more event information to debug log
` [PATCH 15/18] perf intel-pt: Add MTC and CYC timestamps "
` [PATCH 16/18] perf beauty: Use SRCARCH, ARCH=x86_64 must map to "x86" to find the headers
` [PATCH 17/18] perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
` [PATCH 18/18] perf tools: Do not zero sample_id_all for group members
perf script doesn't dump a normal call trace
2018-11-06 8:22 UTC (7+ messages)
[GIT PULL 00/24] perf/urgent improvements and fixes
2018-11-05 21:18 UTC (43+ messages)
` [PATCH 01/28] tools include uapi: Grab a copy of linux/fs.h
` [PATCH 02/28] perf beauty: Add a generator for MS_ mount/umount's flag constants
` [PATCH 03/28] perf beauty: Switch from GPL v2.0 to LGPL v2.1
` [PATCH 04/28] perf beauty: Introduce strarray__scnprintf_flags()
` [PATCH 05/28] perf trace beauty: Allow syscalls to mask an argument before considering it
` [PATCH 06/28] perf trace beauty: Beautify mount/umount's 'flags' argument
` [PATCH 07/28] perf trace: Consider syscall aliases too
` [PATCH 08/28] perf trace: Beautify the umount's 'name' argument
` [PATCH 09/28] perf trace: Beautify mount's first pathname arg
` [PATCH 10/28] perf top: Allow disabling the overwrite mode
` [PATCH 11/28] perf top: Do not use overwrite mode by default
` [PATCH 12/28] perf unwind: Take pgoff into account when reporting elf to libdwfl
` [PATCH 13/28] perf cs-etm: Correct CPU mode for samples
` [PATCH 14/28] perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}
` [PATCH 15/28] tools include uapi: Update linux/fs.h copy
` [PATCH 16/28] tools arch uapi: Update asm-generic/unistd.h and arm64 unistd.h copies
` [PATCH 17/28] tools include uapi: Update asound.h copy
` [PATCH 18/28] perf beauty: Add a generator for MAP_ mmap's flag constants
` [PATCH 19/28] perf beauty: Wire up the mmap flags table generator to the Makefile
` [PATCH 20/28] perf trace beauty: Use the mmap flags table generated from headers
` [PATCH 21/28] tools include uapi: Update linux/mmap.h copy
` [PATCH 22/28] tools headers: Sync the various kvm.h header copies
` [PATCH 23/28] tools headers uapi: Update linux/netlink.h header copy
` [PATCH 24/28] tools headers uapi: Update linux/if_link.h "
` [PATCH 25/28] perf top: Start display thread earlier
` [PATCH 26/28] perf tools: Don't clone maps from parent when synthesizing forks
` [PATCH 27/28] perf intel-pt: Insert callchain context into synthesized callchains
` [PATCH 28/28] perf intel-pt/bts: Calculate cpumode for synthesized samples
[PATCH] perf util: take pgoff into account when reporting elf to libdwfl
2018-10-30 20:36 UTC (5+ messages)
[PATCH] perf/stat: Handle different PMU names with common prefix
2018-10-29 12:50 UTC (4+ 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).