35575 results
Order by date - Order by pertinence
All (35575)
News (60)
Reviews (52)
Tips (2)
Processes (1)
Press (27354)
High-tech (7258)
Forums (848)
 
[RFC][PATCH] KVM: perf: a smart tool to analyse kvm events
This tool is very like xenoprof(if i remember correctly), and traces kvm events smartly. currently, it supports vmexit/mmio/ioport events. Usage: - to trace kvm events: # ./perf kvm-events record - show the result # ./perf kvm-events report Some ...
Message posted on the January 16th, 2012 - 4:40 AM ET
5 Trends Transforming Corporate Events in 2013
ACTIVE Network Business Solutions Group Predicts Technology Will Help Make Corporate Events More Efficient, Engaging and Profitable in the Coming Year.
Press published on the December 27th, 2012 - 7:30 AM ET
Cvent Goes Mobile at Consumer Events with Acquisition of Seed Labs
Leading Mobile App Development Company Brings Proven Experience in Festivals, Concerts and Sporting Events; Expands Cvent’s Reach into New Markets.
Press published on the June 13th, 2012 - 8:00 AM ET
Corporate Meetings Go Green with American Express Meetings & Events
American Express Meetings & Events and Maxvantage are helping clients with their green meeting objectives with The Carbon Accounting Company’s Green Hotels Global (GHG). American Express Meetings & Events ...
Press published on the October 13th, 2011 - 10:00 AM ET
Software AG launches webMethods Business Events
Software AG introduces new complex event processing product – webMethods Business Events Businesses can now correlate vast number of events – from inside and outside the organization – into meaningful, ...
Press published on the March 1st, 2011 - 7:29 AM ET
American Express Meetings & Events Announces New Solution to Simplify Health Care Provider Payments and Reporting for Pharmaceutical Companies
This new solution is exclusively available to American Express Meetings & Events Clients and is powered by American Express FX International Payments.
Press published on the October 12th, 2011 - 10:00 AM ET
Brightcove Launches Video Cloud Live for Easy Setup, Management and Monetization of Live Video Events
New module provides an easy-to-use dashboard for live video events and delivering multi-bitrate streams to multiple devices.
Press published on the May 14th, 2013 - 8:00 AM ET
Foley Hoag Launches App to Keep Boston's Technology Community Current on Area Events
What did you miss today in the business world? For technology entrepreneurs, venture capitalists and business leaders, networking events provide access to invaluable contacts that can help turn brilliant ideas into ...
Press published on the March 13th, 2013 - 9:42 AM ET
Other results are also available in our forums :
[PATCH] perf: Update event buffer tail when overwriting old events
From: "Yan, Zheng" <zheng.z.yan@intel.com> If perf event buffer is in overwrite mode, the kernel only updates the data head when it overwrites old samples. The program that owns the buffer need periodically check the buffer and ...
Message posted on the June 6th, 2013 - 2:00 AM ET
[PATCH RFC -tip 0/6] perf: IRQ-bound performance events
This patchset is against perf/core branch. As Linux is able to measure task-bound and CPU-bound performance events there are no convenient means to monitor performance of an execution context which requires control and tuning probably most - ...
Message posted on the June 3rd, 2013 - 5:50 AM ET
[PATCH v3 00/31] Hardware Events Report Mecanism (HERM)
This is the third version of HERM patches. This patch series is targeted on solving some problems found at the hardware error report mecanisms at the Kernel: - MCE events generate processor specific messages. Decoding them require to know ...
Message posted on the February 9th, 2012 - 7:10 PM ET
[PATCH RFC -tip 0/6] IRQ-bound performance events
Hello, This patchset is against perf/core branch. This is an an attempt to introduce IRQ-bound performance events - ones that only count in a context of a hardware interrupt handler. The aim is to measure events which can not be measured using ...
Message posted on the December 17th, 2012 - 7:00 AM ET
[PATCHv5 0/8] perf tool: parser generator for events parsing
hi, here's new version of event parsing patchset. I saw Arnaldo already sent patches 1-3 to Ingo, but they did not make it to the tree yet, so I'm still attaching them here. v5 changes: 4/8 - patch updated by Peter with actual format definitions ...
Message posted on the February 16th, 2012 - 7:10 AM ET
[PATCH v2] Add 4 tracepoint events for vfs
From: chenggang.qin@gmail.com If the engineers want to analyze the file access behavior of some applications without source code, perf tools with some appropriate tracepoints events in the VFS subsystem are excellent choice. The system engineers ...
Message posted on the January 30th, 2013 - 1:40 AM ET