facebookincubator / dynolog

Dynolog is a telemetry daemon for performance monitoring and tracing. It exports metrics from different components in the system like the linux kernel, CPU, disks, Intel PT, GPUs etc. Dynolog also integrates with pytorch and can trigger traces for distributed training applications.
MIT License
227 stars 34 forks source link

Fix compilation error in CpuArc #163

Closed hodgesds closed 1 year ago

hodgesds commented 1 year ago

Summary: Noticed some build failures when -Werror,-Wunused-parameter is used:

 buck-out/v2/gen/fbcode/d9c9d105b3705280/hbt/src/perf_event/__CpuArch__/buck-headers/hbt/src/perf_event/CpuArch.h:30:41: error: unused parameter 'cpu_family' [-Werror,-Wunused-parameter]

Reviewed By: nslingerland

Differential Revision: D47472700

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D47472700

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D47472700

facebook-github-bot commented 1 year ago

This pull request has been merged in facebookincubator/dynolog@807b7d2973a50ff804ff118c9fa7ad9ff96bf645.