aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2021-09-07 19:39:03 +0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2021-10-25 13:47:05 -0300
commitdedcc0ea6ddcafcfb0f7e91b73deb546cb622d0c (patch)
tree05c330d535d4b56011539076042bc440fae660f2 /tools/perf/scripts/python/export-to-postgresql.py
parentperf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID (diff)
downloadlinux-dedcc0ea6ddcafcfb0f7e91b73deb546cb622d0c.tar.gz
linux-dedcc0ea6ddcafcfb0f7e91b73deb546cb622d0c.zip
perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Originally, software only supported redirecting at most one PEBS event to Intel PT (PEBS-via-PT) because it was not able to differentiate one event from another. To overcome that, add support for the PERF_RECORD_AUX_OUTPUT_HW_ID side-band event. Committer notes: Cast the pointer arg to for_each_set_bit() to (unsigned long *), to fix the build on 32-bit systems. Reviewed-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Reviewed-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Leo Yan <leo.yan@linaro.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: x86@kernel.org Link: http://lore.kernel.org/lkml/20210907163903.11820-4-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
rivers/net/wireless/ath/ath9k/reg.h?id=1a63e2ce4e67f6df74f032ec302314141816e432&follow=1'>ath9k_hw: Updates for AR9485 1.1 chipsets.Vivek Natarajan3-11/+1246 2011-02-18ath9k_htc: Fix a compilation warning.Vivek Natarajan1-1/+1 2011-02-18small adjustment to net/mac80211/KconfigJan Beulich1-1/+1 2011-02-18ssb: reset device only if it was enabledRafał Miłecki1-18/+22 2011-02-18ssb: when needed, reject IM input while disabling deviceRafał Miłecki2-1/+17 2011-02-18p54: implement flush callbackChristian Lamparter1-0/+43 2011-02-18ssb: remove invalid define SSB_TMSLOW_PHYCLKRafał Miłecki1-1/+0 2011-02-18ssb: trivial: fix SPROM extract warning formattingRafał Miłecki1-1/+1 2011-02-18mac80211: fix 2.4 GHz 40 MHz disablingJohannes Berg4-15/+13 2011-02-18wireless-next-2.6: brcm80211: fix compile issueHenry Ptasinski1-1/+3 2011-02-18mac80211: Add power to debugfs.Ben Greear1-0/+6 2011-02-18p54: Fix compile warningLarry Finger1-1/+1 2011-02-18ath5k: move external function definitions to a header fileBob Copeland2-17/+20 2011-02-18ssb: Make ssb_wait_bit multi-bit safeMichael Büsch1-6/+6 2011-02-18ath5k: Correct channel setting for AR2317 chipNikolay Ledovskikh1-0/+1 2011-02-18wireless: rt2x00: rt2800pci.c: add two idsXose Vazquez Perez1-0/+2 2011-02-18mac80211: fix conn_mon_timer running after disassociateStanislaw Gruszka1-0/+6 2011-02-17Bluetooth: fix checkpatch errors in af_bluetooth.cGustavo F. Padovan1-1/+1 2011-02-17Bluetooth: Fix errors reported by checkpatch.plGustavo F. Padovan1-3/+3 2011-02-17Bluetooth: fix errors reported by checkpatch.plGustavo F. Padovan2-22/+18 2011-02-17Bluetooth: Fix some code style issues in hci_event.cSzymon Janc1-8/+10 2011-02-17Bluetooth: Fix some code style issues in hci_core.cSzymon Janc1-4/+3 2011-02-17Bluetooth: Fix some code style issues in hci_core.hSzymon Janc1-29/+29 2011-02-17Bluetooth: Clean up hci_sniff_subrate_evt functionSzymon Janc1-9/+0 2011-02-17Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc1-1/+1 2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi4-1/+40 2011-02-16Bluetooth: Use proper timer for hci command timoutVille Tervo4-7/+26 2011-02-16Bluetooth: Make hci a child of the corresponding tty device.Andrei Warkentin1-0/+1 2011-02-16Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) failsGustavo F. Padovan1-0/+2 2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi2-1/+73 2011-02-16Bluetooth: Add LE signaling commands handlingClaudio Takahasi2-52/+92 2011-02-16Bluetooth: Use usb_fill_int_urb()Gustavo F. Padovan1-7/+3