#undef TRACE_SYSTEM #define TRACE_SYSTEM wbt #if !defined(_TRACE_WBT_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_WBT_H #include #include "../../../block/blk-wbt.h" /** * wbt_stat - trace stats for blk_wb * @stat: array of read/write stats */ TRACE_EVENT(wbt_stat, TP_PROTO(struct backing_dev_info *bdi, struct blk_rq_stat *stat), TP_ARGS(bdi, stat), TP_STRUCT__entry( __array(char, name, 32) __field(s64, rmean) __field(u64, rmin) __field(u64, rmax) __field(s64, rnr_samples) __field(s64, rtime) __field(s64, wmean) __field(u64, wmin) __field(u64, wmax) __field(s64, wnr_samples) __field(s64, wtime) ), TP_fast_assign( strncpy(__entry->name, dev_name(bdi->dev), 32); __entry->rmean = stat[0].mean; __entry->rmin = stat[0].min; __entry->rmax = stat[0].max; __entry->rnr_samples = stat[0].nr_samples; __entry->wmean = stat[1].mean; __entry->wmin = stat[1].min; __entry->wmax = stat[1].max; __entry->wnr_samples = stat[1].nr_samples; ), TP_printk("%s: rmean=%llu, rmin=%llu, rmax=%llu, rsamples=%llu, " "wmean=%llu, wmin=%llu, wmax=%llu, wsamples=%llu\n", __entry->name, __entry->rmean, __entry->rmin, __entry->rmax, __entry->rnr_samples, __entry->wmean, __entry->wmin, __entry->wmax, __entry->wnr_samples) ); /** * wbt_lat - trace latency event * @lat: latency trigger */ TRACE_EVENT(wbt_lat, TP_PROTO(struct backing_dev_info *bdi, unsigned long lat), TP_ARGS(bdi, lat), TP_STRUCT__entry( __array(char, name, 32) __field(unsigned long, lat) ), TP_fast_assign( strncpy(__entry->name, dev_name(bdi->dev), 32); __entry->lat = div_u64(lat, 1000); ), TP_printk("%s: latency %lluus\n", __entry->name, (unsigned long long) __entry->lat) ); /** * wbt_step - trace wb event step * @msg: context message * @step: the current scale step count * @window: the current monitoring window * @bg: the current background queue limit * @normal: the current normal writeback limit * @max: the current max throughput writeback limit */ TRACE_EVENT(wbt_step, TP_PROTO(struct backing_dev_info *bdi, const char *msg, int step, unsigned long window, unsigned int bg, unsigned int normal, unsigned int max), TP_ARGS(bdi, msg, step, window, bg, normal, max), TP_STRUCT__entry( __array(char, name, 32) __field(const char *, msg) __field(int, step) __field(unsigned long, window) __field(unsigned int, bg) __field(unsigned int, normal) __field(unsigned int, max) ), TP_fast_assign( strncpy(__entry->name, dev_name(bdi->dev), 32); __entry->msg = msg; __entry->step = step; __entry->window = div_u64(window, 1000); __entry->bg = bg; __entry->normal = normal; __entry->max = max; ), TP_printk("%s: %s: step=%d, window=%luus, background=%u, normal=%u, max=%u\n", __entry->name, __entry->msg, __entry->step, __entry->window, __entry->bg, __entry->normal, __entry->max) ); /** * wbt_timer - trace wb timer event * @status: timer state status * @step: the current scale step count * @inflight: tracked writes inflight */ TRACE_EVENT(wbt_timer, TP_PROTO(struct backing_dev_info *bdi, unsigned int status, int step, unsigned int inflight), TP_ARGS(bdi, status, step, inflight), TP_STRUCT__entry( __array(char, name, 32) __field(unsigned int, status) __field(int, step) __field(unsigned int, inflight) ), TP_fast_assign( strncpy(__entry->name, dev_name(bdi->dev), 32); __entry->status = status; __entry->step = step; __entry->inflight = inflight; ), TP_printk("%s: status=%u, step=%d, inflight=%u\n", __entry->name, __entry->status, __entry->step, __entry->inflight) ); #endif /* _TRACE_WBT_H */ /* This part must be outside protection */ #include eft'>FilesLines include/drm/ati_pcigart.h?h=nds-private-remove&id=433e19cf33d34bb6751c874a9c00980552fe508c'>plain d---------bridge111logplain -rw-r--r--drmP.h25758logplain -rw-r--r--drm_agpsupport.h3867logplain -rw-r--r--drm_atomic.h14443logplain -rw-r--r--drm_atomic_helper.h10607logplain -rw-r--r--drm_auth.h2260logplain -rw-r--r--drm_blend.h2700logplain -rw-r--r--drm_bridge.h7977logplain -rw-r--r--drm_cache.h1763logplain -rw-r--r--drm_color_mgmt.h2166logplain -rw-r--r--drm_connector.h28613logplain -rw-r--r--drm_crtc.h28999logplain -rw-r--r--drm_crtc_helper.h3301logplain -rw-r--r--drm_debugfs_crc.h2670logplain -rw-r--r--drm_displayid.h2850logplain -rw-r--r--drm_dp_dual_mode_helper.h4532logplain -rw-r--r--drm_dp_helper.h30638logplain -rw-r--r--drm_dp_mst_helper.h16260logplain -rw-r--r--drm_drv.h14861logplain -rw-r--r--drm_edid.h14335logplain -rw-r--r--drm_encoder.h8160logplain -rw-r--r--drm_encoder_slave.h6583logplain -rw-r--r--drm_fb_cma_helper.h1929logplain -rw-r--r--drm_fb_helper.h15125logplain -rw-r--r--drm_fixed.h4825logplain -rw-r--r--drm_flip_work.h3071logplain -rw-r--r--drm_fourcc.h2748logplain -rw-r--r--drm_framebuffer.h9623logplain -rw-r--r--drm_gem.h8052logplain -rw-r--r--drm_gem_cma_helper.h2286logplain -rw-r--r--drm_global.h2011logplain -rw-r--r--drm_hashtab.h3139logplain -rw-r--r--drm_irq.h6323logplain -rw-r--r--drm_legacy.h6933logplain -rw-r--r--drm_mem_util.h2468logplain -rw-r--r--drm_mipi_dsi.h10327logplain -rw-r--r--drm_mm.h11462logplain -rw-r--r--drm_mode_config.h23728logplain -rw-r--r--drm_mode_object.h4911logplain -rw-r--r--drm_modes.h17078logplain -rw-r--r--drm_modeset_helper.h1576logplain -rw-r--r--drm_modeset_helper_vtables.h41180logplain -rw-r--r--drm_modeset_lock.h4241logplain -rw-r--r--drm_of.h2034logplain -rw-r--r--drm_os_linux.h2230logplain -rw-r--r--drm_panel.h7079logplain -rw-r--r--drm_pciids.h68035logplain -rw-r--r--drm_plane.h19435logplain -rw-r--r--drm_plane_helper.h3186logplain -rw-r--r--drm_print.h3232logplain -rw-r--r--drm_property.h11460logplain -rw-r--r--drm_rect.h5103logplain -rw-r--r--drm_simple_kms_helper.h4090logplain -rw-r--r--drm_sysfs.h300logplain -rw-r--r--drm_vma_manager.h7840logplain -rw-r--r--gma_drm.h1033logplain d---------i2c109logplain