-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: facebookincubator/dynolog
base: v0.2.3
head repository: facebookincubator/dynolog
compare: v0.3.0
- 17 commits
- 42 files changed
- 4 contributors
Commits on Mar 24, 2023
-
workaround vrh task handle longer than max unix socket path (#121)
Summary: Pull Request resolved: #121 UNIX socket has limit on socket name to be 108, there are tupperware task that has longer than 108 characters. This diff - truncates the construction of DynoIPCLogger to last 106 bytes of the tw task name, because the region/cluster info is usually not useful for identifying the task - change the matching logic in GPU and Task module to be sub-string Reviewed By: jj10306 Differential Revision: D44050720 fbshipit-source-id: be132a2eedd978933b90e470897c9836e5eb5090
Configuration menu - View commit details
-
Copy full SHA for 6d9eba9 - Browse repository at this point
Copy the full SHA 6d9eba9View commit details
Commits on Apr 3, 2023
-
Update Milan L3 counters to use recommendations from PPR (#123)
Summary: Pull Request resolved: #123 Update/Add L3 Counters based on the PPR for Milan processors Reviewed By: jj10306 Differential Revision: D44489085 fbshipit-source-id: b8d378dea29313d8e8dc2bd2e1c535d6b21330d7
Configuration menu - View commit details
-
Copy full SHA for d598f73 - Browse repository at this point
Copy the full SHA d598f73View commit details -
Add Zen4 Memory and L3 Counters to AmdEvents (#124)
Summary: Pull Request resolved: #124 Update AmdEvents to include Zen4 events based on Geona PPR (https://www.amd.com/en/support/tech-docs/processor-programming-reference-ppr-for-amd-family-19h-model-11h-revision-b1) Reviewed By: jj10306 Differential Revision: D44594733 fbshipit-source-id: 135eb70d2da837db1b2df4809daaa2639a73e47c
Configuration menu - View commit details
-
Copy full SHA for c599c49 - Browse repository at this point
Copy the full SHA c599c49View commit details
Commits on Apr 7, 2023
-
Fix AMD L2 Prefetches metric and Code cleanups (#126)
Summary: Pull Request resolved: #126 * Add unitMasks for L2 Prefetcher code * Add Bergamo and Genoa CPU models * Minor code fixups Reviewed By: jj10306 Differential Revision: D44671393 fbshipit-source-id: 788008a803f850d4283d2ac3f10c72b4a6b3cb15
Configuration menu - View commit details
-
Copy full SHA for 7a7b645 - Browse repository at this point
Copy the full SHA 7a7b645View commit details -
Rename (un)likely to avoid conflict with boost (#127)
Summary: Pull Request resolved: #127 Boost has defintions for likely and unlikely that conflict and can cause compiler errors. Renaming to __hbt_likely and __hbt_unlikley to resolve the conflict. Reviewed By: jj10306 Differential Revision: D44730441 fbshipit-source-id: dbab963a7afce2504052916b0e4866b9950023cd
Configuration menu - View commit details
-
Copy full SHA for 72cb3f9 - Browse repository at this point
Copy the full SHA 72cb3f9View commit details
Commits on Apr 11, 2023
-
Update shm to use std::filesystem and fix minor issues (#129)
Summary: Pull Request resolved: #129 Reviewed By: jayesh92 Differential Revision: D44000729 fbshipit-source-id: cfccae48c2f1cfe3d872f19a59e2dba63e7249fc
Configuration menu - View commit details
-
Copy full SHA for b44f444 - Browse repository at this point
Copy the full SHA b44f444View commit details
Commits on Apr 12, 2023
-
Summary: Pull Request resolved: #131 aarch64 does not support __rdtsc() Reviewed By: dmm-fb Differential Revision: D44916757 fbshipit-source-id: 50ed0dcaec33b6814d1d9d23aee7cd826ec9f742
Configuration menu - View commit details
-
Copy full SHA for 0fe6f50 - Browse repository at this point
Copy the full SHA 0fe6f50View commit details
Commits on Apr 13, 2023
-
Summary: Pull Request resolved: #130 as above Reviewed By: jayesh92 Differential Revision: D44921379 fbshipit-source-id: 2045696cf3c10058f12b2e519a11f9179cabe8cc
Configuration menu - View commit details
-
Copy full SHA for ee80d10 - Browse repository at this point
Copy the full SHA ee80d10View commit details
Commits on Apr 15, 2023
-
Seperate pfs utilities into a different file to support non linux pla…
Configuration menu - View commit details
-
Copy full SHA for 008606e - Browse repository at this point
Copy the full SHA 008606eView commit details
Commits on Apr 18, 2023
-
add thread counter reader (#128)
Summary: Pull Request resolved: #128 Adds thread level counter for hbt * Set cpu = -1 to make this thread based perf even https://man7.org/linux/man-pages/man2/perf_event_open.2.html * Create Thread counter class specializing `CpuEventGroupBase` * Avoid verbose prints on PMU sysfs discovery reading? Reviewed By: haowangludx Differential Revision: D44764690 fbshipit-source-id: 786f90669c4f05fdc73e5a8e4f2b90513bcea385
Configuration menu - View commit details
-
Copy full SHA for 23c47e8 - Browse repository at this point
Copy the full SHA 23c47e8View commit details
Commits on Apr 21, 2023
-
Add reducer function to metrics (#133)
Summary: Pull Request resolved: #133 ## About We can define hbt metrics in terms of a multiple events. However, we lack a way to specify the formula to combine these events, today that is done manually outside in code or by the user directly. We add an optional "reducer" functor to our metric definition that helps identify how to reduce performance events.. Included * Reducer functor type definition and adding it to Metric class (Metric.h/.cpp. * Perf ReadValues leverages the reducer functor to combine multiple events (CpuEventsGroup.h). * Include a simple addition and rate reducer (BuiltinMetrics.h). * Use the rate reducer in instructions/cycle. Reviewed By: haowangludx Differential Revision: D45092289 fbshipit-source-id: 2e044915d6595820eddbf95ed7dacfc73c38abfd
Configuration menu - View commit details
-
Copy full SHA for e5c1002 - Browse repository at this point
Copy the full SHA e5c1002View commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8198242 - Browse repository at this point
Copy the full SHA 8198242View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc525e - Browse repository at this point
Copy the full SHA bdc525eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 493751a - Browse repository at this point
Copy the full SHA 493751aView commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d70fccd - Browse repository at this point
Copy the full SHA d70fccdView commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fa9301 - Browse repository at this point
Copy the full SHA 1fa9301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75af067 - Browse repository at this point
Copy the full SHA 75af067View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.3...v0.3.0