summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Allow toggling lock counting at runtimeJohn Högberg2017-07-061-3/+7
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* Merge PR1413 from g-andrade/feature/phash2_nifSverker Eriksson2017-04-281-1/+1
|\
| * erts: Support custom salt in enif_hashGuilherme Andrade2017-04-221-1/+1
* | erts: Introduce erts_bin_releaseSverker Eriksson2017-04-111-4/+4
* | erts: Init refc=1 in erts_bin_nrml_allocSverker Eriksson2017-04-111-1/+0
|/
* Merge branch 'maint'Sverker Eriksson2017-01-171-1/+4
|\
| * erts: Fix GC tracing to use temp heapSverker Eriksson2017-01-051-1/+4
* | erts: Refactor find_function_from_pc to return MFALukas Larsson2016-10-121-18/+18
* | erts: Refactor out func_info into structLukas Larsson2016-10-121-29/+33
|/
* Merge branch 'lukas/erts/tracing/fix_sparc_align_issue/OTP-13803' into maintLukas Larsson2016-09-051-1/+1
|\
| * erts: Immed tracer states also have to be alignableLukas Larsson2016-08-241-1/+1
* | Merge branch 'rickard/ds-trace/OTP-13822' into maintRickard Green2016-08-291-0/+14
|\ \ | |/ |/|
| * Fix tracing of processes executing dirtyRickard Green2016-08-291-0/+14
* | erts: Align ErtsThrPrgrLaterOp when free'ing tracerLukas Larsson2016-08-121-5/+15
* | erts: Make sure to de-allocate the old seq tracerLukas Larsson2016-07-131-2/+2
|/
* erts: Fix profile runnable processes raceBjörn-Egil Dahlberg2016-06-131-14/+22
* erts: Move tracer SecondTraceTerm to Opts mapLukas Larsson2016-05-241-27/+38
* Merge branch 'lukas/trace-fix'Rickard Green2016-05-111-38/+62
|\
| * erts: Only allow remove from trace_status callbackLukas Larsson2016-05-111-38/+62
* | erts: Implement max_heap_size process flagLukas Larsson2016-05-101-9/+12
|/
* Merge branch 'sverker/trace-send-receive-matchspec/OTP-13507'Sverker Eriksson2016-05-091-45/+104
|\
| * erts: Fix PAM to be callable from non-scheduler threadSverker Eriksson2016-05-041-33/+28
| * erts: Change receive matchspec to [NodeOrOther, Pid, Msg]Sverker Eriksson2016-05-041-4/+13