summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_trace.c
Commit message (Expand)AuthorAgeFilesLines
* avoid crash when tracer = erts_tracer_nilZeyu Zhang2023-01-161-0/+3
* Update copyright yearErlang/OTP2022-02-151-1/+1
* Fix typos (repeated words) [doc] [ci skip]Marc-André Lafortune2022-02-051-2/+2
* Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\
| * Update copyright yearRickard Green2021-12-131-1/+1
* | Remove empty tuples from heap and create global empty tuple constantKjell Winblad2021-10-201-2/+7
|/
* Merge branch 'lukas/erts/fix-erl_tracer-use-after-free/PR-4940/OTP-17568' int...Lukas Larsson2021-08-201-0/+3
|\
| * erts: Fix use after free for ErtsTracerNif*Lukas Larsson2021-06-071-0/+3
* | erts: Add asserts to suppress false positives found by clang saLukas Larsson2021-02-181-0/+2
* | erts: Replace `BeamInstr*` with `ErtsCodePtr` (void*)John Högberg2020-11-121-1/+1
* | jit: Make all code read-only, dual-mapping writable pagesJohn Högberg2020-11-051-5/+4
* | Merge branch 'maint'Rickard Green2020-10-011-3/+19
|\ \
| * \ Merge branch 'rickard/thr-progress-wakeup-bugs/OTP-16870' into maintRickard Green2020-10-011-3/+19
| |\ \
| | * | Fix thread progress handling in poll threadsRickard Green2020-09-291-1/+1
| | * | Fix thread progress handling in sys-msg-dispatcher threadRickard Green2020-09-221-2/+18
| | |/
* | | erts: Break out general helpers from beam_load.cJohn Högberg2020-09-211-3/+3
|/ /
* | Revert "Merge branch 'rickard/thr-prgr-wakeup-bugs/OTP-16853' into maint"Rickard Green2020-09-211-18/+2
* | Merge branch 'rickard/thr-prgr-wakeup-bugs/OTP-16853' into maintRickard Green2020-09-171-2/+18
|\ \
| * | Fix thread progress handling in sys-msg-dispatcher threadRickard Green2020-09-151-2/+18
| |/
* | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \
| * | Update copyright yearRickard Green2020-03-131-1/+1
* | | Distributed spawn improvementsRickard Green2019-12-181-1/+15
* | | Merge branch 'maint'John Högberg2019-10-091-22/+35
|\ \ \ | |/ /
| * | erts: Fix infinite loop when error logger is not presentJohn Högberg2019-10-081-22/+35
* | | Merge branch 'maint'Rickard Green2019-07-221-25/+37
|\ \ \ | |/ /
| * | Merge branch 'rickard/node-refc-tests-22' into maintRickard Green2019-07-221-25/+37
| |\ \
| | * \ Merge branch 'rickard/node-refc-tests-21' into rickard/node-refc-tests-22Rickard Green2019-07-221-25/+37
| | |\ \
| | | * \ Merge branch 'rickard/node-refc-tests-20' into rickard/node-refc-tests-21Rickard Green2019-07-221-25/+37
| | | |\ \ | | | | |/ | | | |/|
| | | | * Fix node refc test for system message queueRickard Green2019-07-221-25/+37
* | | | | Merge branch 'maint'Lukas Larsson2019-06-171-2/+6
|\ \ \ \ \ | |/ / / /
| * | | | Document extra message element also where trace message format is describedPéter Gömöri2019-06-161-2/+6
| |/ / /
* | | | Merge pull request #2189 from jhogberg/john/erts/seq-trace-on-spawn/OTP-15232...John Högberg2019-05-281-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | seq_trace: Inherit trace token on spawnJohn Högberg2019-03-211-1/+2
| |/ /
* | | Fail when we cannot encode term in binaryRickard Green2019-04-051-2/+4
|/ /
* | erts: Fix type of system_logger variableLukas Larsson2019-01-231-1/+1
* | erts: Add erlang:system_flag(system_logger,_)Lukas Larsson2019-01-101-9/+35
* | erts: Pass thread progress data where possibleLukas Larsson2018-10-231-7/+8
* | Update copyright yearHenrik Nord2018-06-181-1/+1
* | Merge branch 'lukas/erts/cpu_time_thread/OTP-15090'Lukas Larsson2018-05-211-14/+0
|\ \
| * | erts: Make cpu_timestamp use per thread on LinuxLukas Larsson2018-05-151-14/+0
* | | New process suspend implementation based on async signalingRickard Green2018-05-161-0/+32
|/ /
* | Remove error_logger process and add logger processSiri Hansen2018-04-261-6/+6
* | Fix seq_trace erl_tracer bugLukas Larsson2018-04-161-1/+1
* | Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etcJohn Högberg2018-03-091-2/+2
* | Merge branch 'maint'Lukas Larsson2018-02-261-13/+17
|\ \ | |/
| * erts: Delay cleanup of removed tracer on dirty schedsLukas Larsson2018-02-261-13/+17
* | erts: Remove undocumented driver_eventSverker Eriksson2017-09-151-1/+0
* | erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-109/+109
* | erts: Cleanup removal of non-smp emulatorsLukas Larsson2017-07-171-3/+3
* | erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson2017-07-171-225/+0
|/