summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-03-04 09:28:41 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2016-03-04 22:39:17 +0100
commit0e4d44151af7c8fca3d15c27d9b97d4ac41c102b (patch)
treee006d787abbb877a8283c28c4dc794ee73f6b0d0 /tools/perf/scripts/python/bin/stackcollapse-record
parente23d3fef83df8e303fded0ab55b379beec0dd604 (diff)
downloadkernel-0e4d44151af7c8fca3d15c27d9b97d4ac41c102b.tar.gz
KVM: i8254: drop local copy of mul_u64_u32_div
A function that does the same as i8254.c's muldiv64 has been added (for KVM's own use, in fact!) in include/linux/math64.h. Use it instead of muldiv64. Reviewed-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
dump to a better spotVille Syrjälä 2024-12-10drm/i915/display: use drm_print_hex_dump() for crtc state dumpJani Nikula 2024-08-06drm/i915: Dump DSC state to dmesg and debugfs/i915_display_infoImre Deak 2024-06-12drm/i915: Rename bigjoiner master/slave to bigjoiner primary/secondaryStanislav Lisovskiy 2024-06-12drm/i915: Rename all bigjoiner to joinerStanislav Lisovskiy 2024-05-15drm/i915/display: Do not print "psr: enabled" for on Panel ReplayJouni Högander 2024-05-15drm/i915/psr: Rename has_psr2 as has_sel_updateJouni Högander 2024-04-04drm/i915/display: Add crtc state dump for Adaptive Sync SDPMitul Golani 2024-03-15drm/i915: Skip intel_crtc_state_dump() if debugs aren't enabledVille Syrjälä 2024-03-15drm/i915: Convert the remaining state dump to drm_printerVille Syrjälä 2024-03-15drm/i915: Use drm_printer more extensively in intel_crtc_state_dump()Ville Syrjälä 2024-03-15drm/i915: Convert intel_dpll_dump_hw_state() to drm_printerVille Syrjälä 2024-02-09drm/dp: switch drm_dp_vsc_sdp_log() to struct drm_printerJani Nikula 2023-12-08Merge tag 'drm-intel-next-2023-12-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie 2023-11-29drm/i915/psr: Include some basic PSR information in the state dumpVille Syrjälä 2023-11-24drm/i915: Move the SDP split debug spew to the correct placeVille Syrjälä 2023-11-09drm/edid: include drm_eld.h only where requiredJani Nikula 2023-09-13drm/i915: Introduce crtc_state->enhanced_framingVille Syrjälä 2023-09-13drm/i915: Fix FEC state dumpVille Syrjälä 2023-05-26drm/i915: Implement CTM property support for VLVVille Syrjälä 2023-05-05drm/i915/display: Add new member to configure PCON color conversionAnkit Nautiyal 2023-04-11drm/i915: Include the csc matrices in the crtc state dumpVille Syrjälä 2023-04-03drm/i915/dsc: Add debugfs entry to validate DSC output formatsSwati Sharma 2023-02-17drm/i915: Dump blanking start/endVille Syrjälä 2023-01-25drm/i915/audio: Include ELD in the state dumpVille Syrjälä 2022-10-26drm/i915: Get rid of glk_load_degamma_lut_linear()Ville Syrjälä 2022-10-26drm/i915: Introduce crtc_state->{pre,post}_csc_lutVille Syrjälä 2022-07-19drm/i915/display: Add debug print for scaler filterSwati Sharma 2022-06-17drm/i915/display: rename dev_priv -> i915 in crtc state dumpJani Nikula 2022-06-17drm/i915/display: change who adds [] around crtc state dump context stringJani Nikula 2022-06-17drm/i915/display: split out crtc state dump to a separate fileJani Nikula