Граф коммитов

442 Коммитов

Автор SHA1 Сообщение Дата
Dale Stammen 15dc9703f0
Merge pull request #72 from microsoft/users/GitHubPolicyService/887aa1d9-69e9-4195-9bd0-1ecac0d77ad0
Adding Microsoft SECURITY.MD
2022-10-05 15:45:35 -07:00
microsoft-github-policy-service[bot] afcdb6500a
Microsoft mandatory file 2022-09-22 23:57:44 +00:00
dependabot[bot] 4f2a88c6f7
Bump Newtonsoft.Json in /Samples/OdataListener/OdataListener (#71)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 5.0.8 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/5.0.8...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 19:41:51 -07:00
Namita Prakash 33441b90d2
Implemented functions to support writing EtwTdhEvent (#70)
* Implemented functions to support writing EtwTdhEvent

* updated build workflow to match dotnet sdk in global.json
2022-06-22 19:37:51 -07:00
Jose Morris f3172d0169
Update dotnet-core.yml 2022-06-22 19:29:45 -07:00
Gueorgui Chkodrov 8b3fd38252
Fix typos in the Mouse Move Rx sample 2022-04-22 06:50:50 -07:00
jomorri 098174795b Update Global.json to point to .Net Core 5.0 2021-08-30 11:45:12 -07:00
Jason Gilbertson 1171765138
TimeUtil.cs add public static property DateTimeKind defaulted to current value DateTimeKind.Local to allow parsing of .blg from different timezone (#65)
* Update Build.cmd

* Update Build.cmd

* Update Build.cmd

* TimeUtil.cs add static DateTimeKind option defaulted to DateTimeKind.Local. This allows the parsing of a performance counter file created in a different timezone. For performance counter files in azure (utc), setting DateTimeKind.Utc.
2021-04-05 09:45:11 -07:00
arpitadessai 1902666bbb
Handle "array bounds are invalid" exception. (#64) 2021-03-12 16:50:21 -08:00
Jason Gilbertson 277dbdf2e9
PdhUtil.cs GetCounterInstanceList modify CheckStatus to allow PdhStatus.PDH_CSTATUS_NO_OBJECT (#63)
* Update Build.cmd

* Update Build.cmd

* Update Build.cmd

* CsvExtension.cs OnNext() add continue for null propValue

* PerfCounterReader.cs ProduceCounterSamples() add allow PDH_NO_DATA

* PerfCounters add public property for CounterPath

* PerfCounterInfo.cs ctor fix extract of counterSet,Instance. bad example \\\\nt00000002\Paging File(\\??\\D:\\pagefile.sys)\\% Usage

* PdhUtil.cs GetCounterInstanceList modify CheckStatus to allow PdhStatus.PDH_CSTATUS_NO_OBJECT

* PerfCounterInfo.cs ctor modify trim only one leading '(' and one trailing  ')' from Instance
2021-03-12 16:15:42 -08:00
Jason Gilbertson a3356adbb2
Performance counter blg service fabric compatibility fixes (#62)
* CsvExtension.cs OnNext() add continue for null propValue

* PerfCounterReader.cs ProduceCounterSamples() add allow PDH_NO_DATA

* PerfCounters add public property for CounterPath

* PerfCounterInfo.cs ctor fix extract of counterSet,Instance. bad example \\\\nt00000002\Paging File(\\??\\D:\\pagefile.sys)\\% Usage
2021-01-04 10:27:28 -08:00
jomorri 712e3b522e
Tx.Windows and Tx.Windows.Logs misc improvements (#61)
Added support for Reading WinLog using WecXML
Specifying an XPath Query to read WinLog
Support to watch a folder for WinLog files and add to Observable stream as they arrive.
TdhEvent Reader bug fixes.
Bug fix to use EventLogRecord instead of EventRecord
2020-06-23 14:29:39 -07:00
jomorri 2215cde849 Create dotnet-core.yml 2020-06-23 12:32:34 -07:00
Jose Morris a92aff9a72 Remove the nuget.config files to get all projects to build correctly 2020-03-18 15:07:16 -07:00
Jose Morris aec1a6f2de Publish Tx.Windows version 3.0.4 2019-04-11 11:14:19 -07:00
Jose Morris 676057c41e Always read EventTime in UTC 2019-03-15 15:50:36 -07:00
Jose Morris 7d4491beaa Get BondEtw Driver to build for new code base 2019-03-05 11:17:29 -08:00
Jose Morris 08d21c6fbe Add NuGet.Config settings file 2019-03-05 09:56:52 -08:00
Jose Morris c1d276b4c8 Release new version 2019-03-04 15:25:52 -08:00
jomorri dbcf0f5070
Merge pull request #52 from jagilber/issue50
fix issue #50 PerfCounterReader.cs handle status PdhStatus.PDH_CSTATUS_NO_INSTANCE
2019-03-04 09:46:40 -08:00
jomorri 0c0f5b2ba1
Merge branch 'master' into issue50 2019-03-04 09:43:20 -08:00
jomorri 2035164e6e
Merge pull request #51 from jagilber/issue49
fix issue #49 typo in name PerfCounteReader.cs -> PerfCounterReader.cs
2019-03-04 09:34:46 -08:00
jomorri f373376062
Merge pull request #54 from jagilber/dotnetrestore
fix issue #53 update build.cmd NETSDK1004: Assets file dotnet restore
2019-03-04 09:27:39 -08:00
Jason Gilbertson 39ceff7cbb Merge branch 'dotnetrestore' into issue49 2019-03-03 17:55:58 -05:00
Jason Gilbertson 3f44f50ebe Merge branch 'dotnetrestore' into issue50 2019-03-03 17:53:06 -05:00
Jason Gilbertson 1283936c8f update build.cmd NETSDK1004: Assets file dotnet restore 2019-03-03 16:36:11 -05:00
Jason Gilbertson a6978c3d37 fix issue#50 PerfCounterReader.cs handle status PdhStatus.PDH_CSTATUS_NO_INSTANCE 2019-03-01 19:39:24 -05:00
Jason Gilbertson d530392be6 fix typo in name PerfCounteReader.cs -> PerfCounterReader.cs 2019-03-01 19:27:03 -05:00
jomorri b2b6a69b2d
Merge pull request #48 from Microsoft/jomorri/fixLicensing
Update licensing to Apache 2.0 and rev version number for nugetpackage
2019-02-15 12:08:41 -08:00
Jose Morris 08c83018a8 Update licensing to Apache 2.0 and rev version number for nugetpackage 2019-02-15 12:05:34 -08:00
jomorri 092e31aef4
Merge pull request #47 from Microsoft/jomorri/buildforLowerPlatforms
EtwTdh JSON conversion improvements and build for lower platforms
2019-02-14 14:31:10 -08:00
Jose Morris bc0fb333f5 EtwTdh JSON conversion improvements and build for lower platforms 2019-02-14 12:07:37 -08:00
jomorri a128c5cf47
Merge pull request #46 from Microsoft/MoveToDotNetCore
Move to dot net core
2019-01-07 14:01:23 -08:00
Jose Morris e72838095d Upgrade to latest Kusto Ingest Library and get uploader work 2019-01-07 13:09:51 -08:00
Jose Morris 8d7b140bc3 Re-reverting: Fix padding of PcapNg options when (len % 4) == 0 2018-12-03 10:19:39 -08:00
Jose Morris 58cf396441 Release new version 2018-11-06 14:45:50 -08:00
Jose Morris c449260988 Migrate EtwTdh2Kusto to Tx 2018-11-01 13:29:54 -07:00
Jose Morris 3d3c1a791d Etw TdhEvent Handlers for Tx 2018-10-30 14:02:40 -07:00
Jose Morris 9a6b174575 Enable nuget package 2018-10-17 13:14:14 -07:00
Jose Morris 77a58bf363 Update Refresh script 2018-10-17 09:42:53 -07:00
Jose Morris c392da7b72 Update build scripts to create nuget packages 2018-10-17 09:02:48 -07:00
Jose Morris 2720d64450 Migrate to .NETCore2.0 2018-07-24 08:28:41 -07:00
Sergey Baranchenkov d0d9227b25
Merge pull request #44 from Microsoft/develop
2.1.2 release
2017-11-15 17:06:32 -08:00
Sergey Baranchenkov 9d97468991 Prepare 2.1.2 release 2017-11-15 11:52:07 -08:00
Sergey Baranchenkov 507847ed6a
Update WhenToUse.md 2017-11-15 10:11:16 -08:00
Sergey Baranchenkov 5b1df3df6a
Update Readme.md 2017-11-15 10:10:00 -08:00
Sergey Baranchenkov 1ef1b85aeb
Update PlaybackFeatures.md 2017-11-15 10:07:53 -08:00
Sergey Baranchenkov 599f997999
Update HelloTx.md 2017-11-15 10:04:20 -08:00
Sergey Baranchenkov 0ee615a202
Update GetTxCode.md 2017-11-15 10:03:39 -08:00
Sergey Baranchenkov a27e30cb8a Merge pull request #41 from yyjdelete/patch-1
Fix padding of PcapNg options when (len % 4) == 0
2017-10-24 13:42:54 -07:00