| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't panic in hwpmc when stopping sampling. | andrew | 2016-05-28 | 1 | -1/+7 |
* | Add an EARLY_AP_STARTUP option to start APs earlier during boot. | jhb | 2016-05-14 | 1 | -0/+4 |
* | Remove misc NULL checks after M_WAITOK allocations. | trasz | 2016-05-10 | 1 | -3/+0 |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 2 | -2/+2 |
* | etc: minor spelling fixes. | pfg | 2016-05-02 | 1 | -7/+7 |
* | sys: use our nitems() macro when param.h is available. | pfg | 2016-04-21 | 4 | -8/+4 |
* | Remove slightly used const values that can be replaced with nitems(). | pfg | 2016-04-21 | 4 | -18/+8 |
* | Remove unused e500_event_codes_size. | pfg | 2016-04-20 | 1 | -3/+0 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -2/+2 |
* | Fix a masking bug for e500 PMC. | jhibbits | 2016-04-09 | 1 | -3/+4 |
* | If full width writes to the performance monitoring counters are | kib | 2016-02-12 | 2 | -11/+34 |
* | Remove tautological cast. | kib | 2016-02-12 | 1 | -1/+1 |
* | Rename P_KTHREAD struct proc p_flag to P_KPROC. | kib | 2016-02-09 | 1 | -1/+1 |
* | Do not call vn_fullpath(9) (through the pmc_getfilename() wrapper) | kib | 2016-02-06 | 1 | -4/+4 |
* | Welcome the RISC-V 64-bit kernel. | br | 2016-01-29 | 1 | -0/+51 |
* | e5500 HWPMC is identical to e500mc, so add support check for it. | jhibbits | 2016-01-17 | 2 | -0/+2 |
* | More fixes in the various intel processors, fixing missing | rrs | 2015-12-11 | 1 | -76/+75 |
* | Fix the tunable in logging so that if its pre-11 we have the proper | rrs | 2015-12-09 | 1 | -0/+6 |
* | Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ... | rrs | 2015-11-30 | 3 | -256/+965 |
* | Improve accuracy of PMC sampling frequency | jtl | 2015-11-16 | 1 | -15/+35 |
* | Optimizations to the way hwpmc gathers user callchains | jtl | 2015-11-14 | 1 | -9/+20 |
* | Fix hwpmc "stalled" behavior | jtl | 2015-11-14 | 1 | -20/+53 |
* | Now that we can detect the Cortex-A8 properly, fix the event list | bz | 2015-10-14 | 1 | -4/+39 |
* | When forking a child process with PMC_F_DESCENDANTS set in pmc_attach() | bz | 2015-08-24 | 1 | -3/+25 |
* | o Rework ARMv7 events list using aliases - same way as we have for arm64. | br | 2015-06-10 | 3 | -99/+365 |
* | Provide vnode in memory map info for files on tmpfs | vangyzen | 2015-06-02 | 1 | -3/+3 |
* | Fix two bugs that could result in PMC sampling effectively stopping. | jhb | 2015-05-19 | 2 | -1/+9 |
* | Use the proper mask when reloading sampling PMCs for Core CPUs. | jhb | 2015-05-19 | 1 | -1/+1 |
* | Use fixed enum values for PMC_CLASSES(). | jhb | 2015-05-19 | 1 | -5/+13 |
* | Add Performance Monitoring Counters support for AArch64. | br | 2015-05-19 | 4 | -0/+1115 |
* | Convert remaining hwpmc(4) debug printfs over to KTR to unbreak the build | bz | 2015-05-09 | 3 | -13/+13 |
* | Convert hwpmc(4) debug printfs over to KTR. | jhb | 2015-05-08 | 16 | -233/+235 |
* | Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead of | jhb | 2015-05-08 | 3 | -21/+21 |
* | Implement hwpmc(4) for Freescale e500 core. | jhibbits | 2015-04-18 | 6 | -4/+837 |
* | hwpmc: add initial Intel Broadwell support. | rpaulo | 2015-04-05 | 3 | -1/+24 |
* | Remove whitespace. | rpaulo | 2015-04-05 | 1 | -9/+9 |
* | Add support for the MIPS74K SoC family performance counters events. | adrian | 2015-04-05 | 2 | -0/+397 |
* | Remove all the handcrafted assembly in hwpmc_armv7.c and use the | bz | 2015-03-28 | 1 | -109/+21 |
* | Rather than defining our own magic checks here use INKERNEL() for | bz | 2015-03-27 | 1 | -0/+1 |
* | hwpmc: Fix event number to match enum name | rstone | 2015-03-12 | 1 | -2/+2 |
* | You need to have the capabilities and not skip it if you are | rrs | 2015-03-11 | 1 | -4/+3 |
* | Add missing counter definitions | rstone | 2015-03-10 | 1 | -1/+6 |
* | Fix Ivy Bridge+ MEM_UOPS_RETIRED counters | rstone | 2015-03-10 | 2 | -56/+38 |
* | Support architectural events on Haswell/Ivy Bridge | rstone | 2015-03-10 | 1 | -0/+4 |
* | Fix Sandy Bridge+ hwpmc branch counters | rstone | 2015-03-10 | 2 | -121/+134 |
* | Fix pmc unit restrictions to match documentation | rstone | 2015-03-10 | 1 | -2/+2 |
* | Fix various bugs in Haswell counter definitions | rstone | 2015-03-10 | 1 | -6/+6 |
* | The cpu_id macro was renamed in r278529, catch up with this new name. | andrew | 2015-02-11 | 1 | -1/+1 |
* | Add ARMv7 performance monitoring counters. | br | 2015-01-28 | 4 | -3/+766 |
* | style(9) cleanup | rstone | 2015-01-22 | 2 | -15/+26 |