Research topic

Trace Reduction Research

This topic addresses the cost of collecting, storing, and analyzing large execution traces. The papers study reduction through abstraction, filtering, adaptive collection, feature selection, or targeted instrumentation, with the individual records documenting the retained evidence and the measured trade-offs.

Related search terms: trace volume reduction · trace compression · adaptive trace collection

6 papers in this topic, ordered newest first. The detailed paper records contain the evidence-grounded methods, tools, datasets, findings, and citation guidance.

Selected papers

2026 · Journal of Systems and Software

LMAT: An adaptive tracing approach based on efficient system behavior analysis using language models

Kasra Darvishi, Morteza Noferesti, Yuvraj Sehgal, Naser Ezzati-Jivan

LMAT combines multi-task language models for kernel-event and event-duration prediction with online change detection, lightweight error-vector root-cause analysis, and adaptive tracing control.

Keywords: adaptive tracing · LTTng · kernel events · system-call sequences · event-duration modeling

Read the detailed paper record · · Authoritative source

2024 · ACM/SPEC International Conference on Performance Engineering (ICPE)

An Adaptive Logging System (ALS): Enhancing Software Logging with Reinforcement Learning Techniques

Amirmahdi Khosravi Tabrizi, Naser Ezzati-Jivan, Francois Tetreault

ALS uses source-code features and reinforcement learning to recommend which Python functions to log and which log levels to use for performance-bug diagnosis.

Keywords: adaptive logging · ALS · reinforcement learning · log placement · log level selection

Read the detailed paper record · · Authoritative source

2024 · The 37th Canadian Conference on Artificial Intelligence

Automatic Reduction of Execution Trace Data Volume Using Gradient Boosting in Large-Scale Microservice Systems

Amir Haghshenas, Naser Ezzati-Jivan, Michel Dagenais

The paper uses gradient boosting and feature importance to reduce the amount of trace data needed for microservice performance modeling.

Keywords: trace data volume · feature importance · CPU demand · memory demand · Alibaba microservices

Read the detailed paper record · · Authoritative source

2024 · 2024 IEEE/ACM International Conference on Software Engineering: New Ideas and Emerging Results (ICSE-NIER)

Toward Adaptive Tracing: Efficient System Behavior Analysis using Language Models

Kasra Darvishi, Morteza Noferesti, Naser Ezzati-Jivan

The paper proposes an adaptive tracing loop that combines language-model prediction of kernel-event sequences and event durations with change detection and root-cause analysis, so detailed tracing is activated only around significant behavior shifts.

Keywords: adaptive tracing · LTTng · kernel events · system-call sequences · event-duration modeling

Read the detailed paper record · · Authoritative source

2017 · IEEE High Performance Extreme Computing Conference (HPEC)

Dynamic trace-based sampling algorithm for memory usage tracking of enterprise applications

Houssem Daoud, Naser Ezzati-Jivan, Michel R. Dagenais

The paper introduces a kernel-resident dynamic sampler that tracks virtual and physical memory usage while reducing the event volume generated by high-frequency memory activity.

Keywords: memory usage · dynamic sampling · enterprise applications · trace overhead · LTTng

Read the detailed paper record · · Authoritative source

Related topics