-
```
I've got an issue with likwid-pin when run inside a cpuset:
$ likwid-pin -c N:0 ls
INFO: You are running LIKWID in a cpuset with 2 CPUs, only logical numbering
allowed
ERROR: CPU indices equal t…
-
```
Feature request to print out TLB information at likwid-topology. Since it can
only be retrieved with CPUID, I think we should limit it to the
"detail-caches-view" of likwid-topology
```
Origi…
-
```
Solution:
Update the help text wiki and man pages to reflect the current feature set.
```
Original issue reported on code.google.com by `jan.trei...@gmail.com` on 30 Aug 2013 at 8:20
-
```
Implement support for Intel Atom processors.
```
Original issue reported on code.google.com by `jan.trei...@gmail.com` on 10 Dec 2012 at 7:11
-
```
What steps will reproduce the problem?
1. Create this Autokey script attached to any hotkey:
keyboard.press_key("")
keyboard.send_key("t")
keyboard.release_key("")
2. Trigger the hotkey in any…
-
```
What steps will reproduce the problem?
1. Create this Autokey script attached to any hotkey:
keyboard.press_key("")
mouse.click_relative(0,0,1)
keyboard.release_key("")
2. Trigger the hotkey i…
-
```
The concatenation of features in the src/cpuid.c could lead to broken strings.
The trivial patch is enclosed.
What steps will reproduce the problem?
1. running valgrind with likwid.
What versio…
-
```
What steps will reproduce the problem?
1. Create this Autokey script attached to any hotkey:
keyboard.press_key("")
keyboard.send_key("t")
keyboard.release_key("")
2. Trigger the hotkey in any…
-
```
The current output filter concept uses the standard table output for parsing.
This is tedious. Add a better standard intermediate format which used by all
scripts. The standard text output is th…
-
```
What steps will reproduce the problem?
1. Create this Autokey script attached to any hotkey:
keyboard.press_key("")
keyboard.send_key("t")
keyboard.release_key("")
2. Trigger the hotkey in any…