messages from 2018-10-31 17:00:47 to 2018-12-06 21:25:45 UTC [more...]
[GIT PULL 00/75] perf/core improvements and fixes
2018-12-06 21:25 UTC (59+ 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 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] 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 (26+ 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 (17+ messages)
` [PATCH 17/28] tools include uapi: Update asound.h copy
` [PATCH 19/28] perf beauty: Wire up the mmap flags table generator to the Makefile
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).