| Age | Commit message (Collapse) | Author |
|
The -dM argument shows the built-in macros. Cutting the #define
from the output not only make the command unnecessarily complex,
but also works against illustrating that they are macros.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
The address sanitizer is a useful tool for debugging lots of memory related bugs
such as heap/stack overflows, user after frees and much more.
Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
|
|
Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
|
|
Fixes for:
- missing variable definition in Makefile
- wrong serial device in kernel parameters
- missing trace-cmd subcmd and wrong parameter (sched_switch is an
event, not a plugin)
- missing #include in example code
- fix copy&paste leftover
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Reviewed-by: Kurt Kanzenbach <kurt@linutronix.de>
|
|
PIE is enabled in the gcc of Debian/stretch by default.
However the gprof in stretch isn't able to produce any
output if PIE is enabled. This is also documented here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854704
Disable PIE for the moment to get some gprof output.
However i'm not able to find out how to disable PIE if
compiling and linking is done in two steps. Therefore this
is just removed.
Signed-off-by: Manuel Traut <manut@linutronix.de>
|
|
Signed-of-by: Holger Dengler <dengler@linutronix.de>
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
Signed-off-by: Volker Haspel <volker.haspel@linutronix.de>
|
|
Trainers should use DEBUGGING_TOOLS instead.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
The table showing the dynamic loader environment variables was
running off the edge of the slide. The main reason was because
the description column was too wide.
Reduce the description column width.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
The section title was german. Change it to english.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
Use a consistent and easy to read capitalization scheme.
This patch fixes some minor typos discovered during capitalization
changes.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
There are times when tabs are allowed and times when they are not.
Let's just simply never use tabs for anything. This makes it easy
to find presentations where tabs were accidentally inserted.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
The following slide shows hello2 using DT_RPATH, so set the output
to hello2 when compiling.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
Signed-off-by: Holger Dengler <dengler@linutronix.de>
|
|
Signed-off-by: Holger Dengler <dengler@linutronix.de>
|
|
Signed-off-by: Holger Dengler <dengler@linutronix.de>
|
|
Remove german slides if a completely translated english version is
available. For slides that have been translated to english, but do
not contain all the information of the german slides, the german
slides are still available. But they are only available for
reference. That will not be built.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
Fixup some copy/paste errors.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
We talk about the dynamic loader, so let's talk about how
to configure it too.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
PIE binaries are now the default, so let's talk about them. Particularly
for mtrace it is important to understand.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
PIE binaries are now the default, so let's talk about them.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
Since PIE binaries are created by default now, it has become important
to see where the binaries are mapped in memory. LD_TRACE_PRELINKING is
the dynamic loader environment variable to see that.
$ env LD_TRACE_PRELINKING=1 ./hello | grep '=>'
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
using lttng-ust, perf and tshark
traces can be shown in tracecompass
Signed-off-by: Manuel Traut <manut@linutronix.de>
|
|
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
Signed-off-by: John Ogness <john.ogness@linutronix.de>
|
|
I believe the old nachteil is no longer valid.
|
|
|
|
|
|
Signed-off-by: Manuel Traut <manut@linutronix.de>
|
|
Signed-off-by: Manuel Traut <manut@linutronix.de>
|
|
Signed-off-by: Manuel Traut <manut@linutronix.de>
|
|
|
|
|
|
|
|
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
|
|
|
|
Signed-off-by: Manuel Traut <manut@mecka.net>
|
|
Signed-off-by: Manuel Traut <manut@mecka.net>
|
|
* Building packages from source (dh_make, dpkg-buildpackage)
* Building packages based on binary data (dpkg-deb --build)
* Providing configuration options (debconf)
|
|
Conflicts:
application-devel/embedded-devel/pres_embedded-devel_de.tex
flash-memory/flash-filesystems/pres_flashfilesystems_en.tex
linux-basics/linux-processes/pres_linux-processes_en.tex
Signed-off-by: Manuel Traut <manut@linutronix.de>
|
|
|
|
|
|
- alle images wurden ins Wurzelverzeichnis verschoben
- TEXINPUTS wird projektspezifisch gesetzt
- es besteht die Möglichkeit einzelne pdfs zu generieren (wie bisher)
desweiteren ist es möglich eigene Zusammenstellungen anzulegen
- Einsstellungen welche das Design der Dokumente definieren werden nun
in config*.tex & tail*.tex im Wurzelverzeichnis definiert
- templates an neue Umgebung angepasst
- in jedem Kapitelverzeichnis liegt nun eine Datei section welche das Kapitel
beschreibt (mind. überschrift). Diese kann ggf. inkludiert werden.
- TODO: es sind noch nicht alle Dokumente auf die neue Struktur umgestellt
(siehe Makefile)
Signed-off-by: Manuel Traut <manut@linutronix.de>
|
|
- Creating static and shared libraries
- Naming schemes for dynamic libraries
|
|
Signed-off-by: Manuel Traut <manut@linutronix.de>
|
|
Bugfix: Added Makefile for protocols
removed unused files
|
|
Might be useful for testing the cross RFS with qemu.
|
|
-> how to integrate linux development in a pre-existing it infrastructure
|
|
|
|
version for ARM
-> Moved old version to pres_cross-devel-ppc-qemu_de.tex
|